mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
16 lines
422 B
Plaintext
16 lines
422 B
Plaintext
*** kvt/Makefile.in~ Wed Apr 21 18:22:35 1999
|
|
--- kvt/Makefile.in Wed Apr 21 18:33:46 1999
|
|
***************
|
|
*** 174,178 ****
|
|
|
|
INCLUDES = $(all_includes)
|
|
! LDADD = $(LIBCURSES) $(LIB_KDEUI)
|
|
LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
METASOURCES = main.moc
|
|
--- 174,178 ----
|
|
|
|
INCLUDES = $(all_includes)
|
|
! LDADD = $(LIBUTIL) $(LIBCURSES) $(LIB_KDEUI)
|
|
LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
METASOURCES = main.moc
|