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-clocks/kdetoys3 | |
parent | 53c04a9490700644f3077d10cc23d042ddfe5200 (diff) |
Notes
Diffstat (limited to 'x11-clocks/kdetoys3')
-rw-r--r-- | x11-clocks/kdetoys3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile index ff5e20b7f0de..493437344df3 100644 --- a/x11-clocks/kdetoys3/Makefile +++ b/x11-clocks/kdetoys3/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ --with-extra-libs=${LOCALBASE}/lib CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" DO_NOT_COMPILE=mouse LIBQTFILE="libqt2" \ CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -lqt2 -ljpeg -lgcc -lstdc++" + LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" USE_GMAKE= yes .include <bsd.port.mk> |