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 /converters/kdesupport2 | |
parent | 53c04a9490700644f3077d10cc23d042ddfe5200 (diff) | |
download | ports-8a3f1526802671aa1197be0c58f1198c9bdc95d3.tar.gz ports-8a3f1526802671aa1197be0c58f1198c9bdc95d3.zip |
Notes
Diffstat (limited to 'converters/kdesupport2')
-rw-r--r-- | converters/kdesupport2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile index ea392d5bdbf3..19412a295ba7 100644 --- a/converters/kdesupport2/Makefile +++ b/converters/kdesupport2/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ --with-extra-libs=${LOCALBASE}/lib CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" 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 PLIST_SUB+= LIBVER="${SOMAJOR}" |