summaryrefslogtreecommitdiffstats
path: root/games/kdegames3
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-10-28 23:22:16 +0000
committerwill <will@FreeBSD.org>2000-10-28 23:22:16 +0000
commitb644b097737cea11dc72ddbe882d198d29d8cc6d (patch)
tree4b57b5b6ccaf02ebecc714733b8f7ed7ba0543b6 /games/kdegames3
parentf0dba4368e7e5aca622482ec55fcdb9eb575f85e (diff)
downloadFreeBSD-ports-b644b097737cea11dc72ddbe882d198d29d8cc6d.zip
FreeBSD-ports-b644b097737cea11dc72ddbe882d198d29d8cc6d.tar.gz
Implement fix for configure scripts in regards to finding X libs on
XFree86 4.0.1. Submitted by: PW (thanks)
Diffstat (limited to 'games/kdegames3')
-rw-r--r--games/kdegames3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile
index 5421c9e..4b8e7bf 100644
--- a/games/kdegames3/Makefile
+++ b/games/kdegames3/Makefile
@@ -25,8 +25,8 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
--with-qt-libraries=${X11BASE}/lib \
--with-extra-libs=${LOCALBASE}/lib
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
- LIBS="-Wl,-export-dynamic -L${X11BASE}/lib -lqt2 -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" \
- CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
+ LIBS="-Wl,-export-dynamic -lqt2 -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" \
+ CPPFLAGS="-I${LOCALBASE}/include"
USE_GMAKE= yes
.include <bsd.port.mk>
OpenPOWER on IntegriCloud