diff options
author | tron <tron> | 1999-03-23 22:19:26 +0000 |
---|---|---|
committer | tron <tron> | 1999-03-23 22:19:26 +0000 |
commit | f11e970ef9efb97bc6b45f1a585c0c195465728c (patch) | |
tree | 7b7f60d287efa91ec20902d54bb1f6a7adb0b748 /games | |
parent | 121b41ac2a37e0735d4862180f886abaa79be7f2 (diff) | |
download | pkgsrc-f11e970ef9efb97bc6b45f1a585c0c195465728c.tar.gz |
Remove unnecessary "--x-inc" and "--x-lib" kludges.
Diffstat (limited to 'games')
-rw-r--r-- | games/kdegames/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/kdegames/Makefile b/games/kdegames/Makefile index 6982288a6a4..af968c8c854 100644 --- a/games/kdegames/Makefile +++ b/games/kdegames/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 1999/03/23 21:25:40 tron Exp $ +# $NetBSD: Makefile,v 1.28 1999/03/23 22:19:26 tron Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:49 asami Exp # @@ -17,9 +17,7 @@ DEPENDS+= qwspritefield-1.6:../../x11/qwspritefield USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include" \ - "--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \ - "--datadir=${PREFIX}/share/kde" \ +CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \ "--with-qt-dir=${PREFIX}" \ "--with-qt-includes=${PREFIX}/include/qt" CFLAGS+= -I${LOCALBASE}/include |