summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authoragc <agc>2000-06-30 10:04:46 +0000
committeragc <agc>2000-06-30 10:04:46 +0000
commitad727bd5deb58a4714d853ed9c3cfe5ae6ca1add (patch)
tree95bda78b9cc67d9eb423003a92ffd082f193791e /games
parentfe93dbff5dc0fa70c432eec89ff907d01154767e (diff)
downloadpkgsrc-ad727bd5deb58a4714d853ed9c3cfe5ae6ca1add.tar.gz
Make this package xpkgwedge-safe by using the new X11PREFIX definition
in preference to X11BASE when trying to find the installed location of X11 libraries, programs and headers (which will change if xpkgwedge is installed). [X11BASE reflects the location of the X11 libs, headers and programs. X11PREFIX reflects the installed location of X11 packages.]
Diffstat (limited to 'games')
-rw-r--r--games/baduki/Makefile6
-rw-r--r--games/xarchon/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/games/baduki/Makefile b/games/baduki/Makefile
index 020e5e41979..4f218ccdbd9 100644
--- a/games/baduki/Makefile
+++ b/games/baduki/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/02/05 18:34:43 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2000/06/30 10:04:46 agc Exp $
DISTNAME= baduki-0.2.9
CATEGORIES= games
@@ -11,8 +11,8 @@ DEPENDS+= gtk+-1.2.*:../../x11/gtk
USE_X11= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} --without-included-gettext
-CONFIGURE_ENV+= GTK_CONFIG="${X11BASE}/bin/gtk-config"
+CONFIGURE_ARGS+= --with-gtk-prefix=${X11PREFIX} --without-included-gettext
+CONFIGURE_ENV+= GTK_CONFIG="${X11PREFIX}/bin/gtk-config"
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile
index 084e538e479..237bdef9c7b 100644
--- a/games/xarchon/Makefile
+++ b/games/xarchon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/02/06 03:36:03 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2000/06/30 10:04:46 agc Exp $
#
DISTNAME= xarchon-0.50
@@ -14,8 +14,8 @@ DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= esound-*:../../audio/esound
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-xpm-prefix=${X11BASE} \
- --with-gtk-prefix=${X11BASE} \
+CONFIGURE_ARGS+=--with-xpm-prefix=${X11PREFIX} \
+ --with-gtk-prefix=${X11PREFIX} \
--with-esd-prefix=${LOCALBASE}
.include "../../mk/bsd.prefs.mk"