summaryrefslogtreecommitdiff
path: root/editors/koffice
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-10-28 23:22:16 +0000
committerWill Andrews <will@FreeBSD.org>2000-10-28 23:22:16 +0000
commit93d5d50b4c438f7af2712f9359c11b2e8d45b4a3 (patch)
tree492f0ef3d84eb48e616352a3240bffbba364a119 /editors/koffice
parentFix KDE2 PLISTs and build for kdelibs. (diff)
Implement fix for configure scripts in regards to finding X libs on
XFree86 4.0.1. Submitted by: PW (thanks)
Notes
Notes: svn path=/head/; revision=34376
Diffstat (limited to 'editors/koffice')
-rw-r--r--editors/koffice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/koffice/Makefile b/editors/koffice/Makefile
index 0c68ad3c5f44..bc1c0406dcc1 100644
--- a/editors/koffice/Makefile
+++ b/editors/koffice/Makefile
@@ -27,8 +27,8 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
--with-qt-libraries=${X11BASE}/lib \
--with-extra-libs=${LOCALBASE}/lib
CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \
- CPPFLAGS="-I${LOCALBASE/include} -I${X11BASE}/include" \
- LIBS="-Wl,-export-dyanmic -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
+ CPPFLAGS="-I${LOCALBASE/include}" \
+ LIBS="-Wl,-export-dyanmic -L${LOCALBASE}/lib -lqt2 -ljpeg -lgcc -lstdc++"
USE_GMAKE= yes
.include <bsd.port.mk>