diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-29 03:09:49 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-29 03:09:49 +0000 |
commit | 8a3f1526802671aa1197be0c58f1198c9bdc95d3 (patch) | |
tree | 6c2d058f8446d06a065410c92ff0e3f0038dbe87 /x11/kde4-baseapps | |
parent | Add pslist 1.0, a utility to view or send signals to processes with all (diff) |
Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow people
to compile on X4.0.1.
Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
Notes
Notes:
svn path=/head/; revision=34381
Diffstat (limited to 'x11/kde4-baseapps')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index bb4257fcab89..acc9e329e092 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \ --disable-closure CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \ CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc" + LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lstdc++ -lgcc" USE_GMAKE= yes pre-configure: |