mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
8f11472006
This port requireat least s version 1.41 of the Qt library. There will be an error reported by configure, if only an earlier version is found, but no automatic port dependency exists (i.e. the x11-toolkits/qt141 port has to be manually built and installed). There may still be a problem with a missing -lXext in the kdesupport port. This will be taken care of during the next few days, if the problem still exists ...
16 lines
432 B
Plaintext
16 lines
432 B
Plaintext
*** kvt/Makefile.in~ Sat Dec 19 22:29:29 1998
|
|
--- kvt/Makefile.in Tue Dec 29 00:59:07 1998
|
|
***************
|
|
*** 166,170 ****
|
|
|
|
INCLUDES= $(all_includes)
|
|
! LDADD = $(LIBCURSES) $(LIB_KDEUI)
|
|
LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
DISTCLEANFILES = main.moc
|
|
--- 166,170 ----
|
|
|
|
INCLUDES= $(all_includes)
|
|
! LDADD = $(LIBUTIL) $(LIBCURSES) $(LIB_KDEUI)
|
|
LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
DISTCLEANFILES = main.moc
|