diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-28 23:22:16 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-28 23:22:16 +0000 |
commit | 93d5d50b4c438f7af2712f9359c11b2e8d45b4a3 (patch) | |
tree | 492f0ef3d84eb48e616352a3240bffbba364a119 /converters | |
parent | 618f8e2ca770eb0b3858fba7cb58e150166d88eb (diff) | |
download | ports-93d5d50b4c438f7af2712f9359c11b2e8d45b4a3.tar.gz ports-93d5d50b4c438f7af2712f9359c11b2e8d45b4a3.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/kdesupport2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile index 7cf84ed857cd..ea392d5bdbf3 100644 --- a/converters/kdesupport2/Makefile +++ b/converters/kdesupport2/Makefile @@ -32,8 +32,8 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ --without-odbc --without-audiofile \ --with-extra-libs=${LOCALBASE}/lib CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc" + CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -lqt2 -ljpeg -lstdc++ -lgcc" USE_GMAKE= yes PLIST_SUB+= LIBVER="${SOMAJOR}" |