diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-24 22:15:59 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-24 22:15:59 +0000 |
commit | cd5ac27b080695645adeb97642ae92ac8987ddc3 (patch) | |
tree | 02f05001735d741a4930238201a081a66e0609f8 /x11-clocks/kdetoys3 | |
parent | fce35d76d86005c078b7e52929a04856f64425c7 (diff) | |
download | ports-cd5ac27b080695645adeb97642ae92ac8987ddc3.tar.gz ports-cd5ac27b080695645adeb97642ae92ac8987ddc3.zip |
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 ed7dfbd8a059..911a1ef20521 100644 --- a/x11-clocks/kdetoys3/Makefile +++ b/x11-clocks/kdetoys3/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ --with-qt-includes=${X11BASE}/include/qt2 \ --with-qt-libraries=${X11BASE}/lib \ --with-extra-libs=${LOCALBASE}/lib -CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" DO_NOT_COMPILE=mouse LIBQTFILE="libqt2" \ +CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" DO_NOT_COMPILE=mouse \ CPPFLAGS="-I${LOCALBASE}/include -D_GETOPT_H" \ LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" USE_GMAKE= yes |