summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-01-30 23:18:44 +0000
committeragc <agc@pkgsrc.org>1999-01-30 23:18:44 +0000
commitf6473207cad834cccc7cb943f71198720b2eb89f (patch)
treec7d450ad71b27506975c9e22be6574c49d8bb3d9 /emulators
parentc913b0fea60c2fbe83ac1754f124bd8484e387a8 (diff)
downloadpkgsrc-f6473207cad834cccc7cb943f71198720b2eb89f.tar.gz
Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
Diffstat (limited to 'emulators')
-rw-r--r--emulators/bochs/Makefile4
-rw-r--r--emulators/vice/Makefile4
-rw-r--r--emulators/wine/Makefile4
-rw-r--r--emulators/xmame/Makefile4
-rw-r--r--emulators/xmess/Makefile4
5 files changed, 10 insertions, 10 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index 0dd3e73f358..e35e14058e6 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/11/12 23:03:40 frueauf Exp $
+# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:46 agc Exp $
DISTNAME= bochs-980707a
CATEGORIES= emulators
@@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/bochs-980707
USE_GMAKE= yes
CONFIGURE_ARGS+= --enable-vga #--with-x11
GNU_CONFIGURE= yes
-USE_X11= yes
+USE_X11BASE= yes
post-configure:
${SED} -e 's@XXXPREFIXXXX@${PREFIX}@' < ${WRKSRC}/.bochsrc > ${WRKSRC}/bochsrc
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 9cc4de214af..cd0d07c1226 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/09/16 09:37:28 matthias Exp $
+# $NetBSD: Makefile,v 1.5 1999/01/30 23:18:46 agc Exp $
DISTNAME= vice-0.15.0
CATEGORIES= emulators
@@ -14,7 +14,7 @@ MIRROR_DISTFILE= no
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="-Wl,-R${X11BASE}/lib"
USE_GMAKE= yes
-USE_X11= yes
+USE_X11BASE= yes
INFO_FILES= vice.info
post-install:
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 747e9ee8a2f..ac44ff730fa 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1998/12/14 02:17:10 tv Exp $
+# $NetBSD: Makefile,v 1.15 1999/01/30 23:18:46 agc Exp $
DISTNAME= Wine-981211
PKGNAME= wine-981211
@@ -15,7 +15,7 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm
CONFLICTS= wine-980[26]*
-USE_X11= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-dll
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 481766aebbd..b801dd9b424 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 1998/12/28 13:46:12 hubertf Exp $
+# $NetBSD: Makefile,v 1.28 1999/01/30 23:18:46 agc Exp $
#
DISTNAME= xmame-0.34b8.1
@@ -17,7 +17,7 @@ CONFLICTS= xmame-0.30.1 xmame-0.33b6.1 xmame-0.34b1.1 \
NOT_FOR_ARCHS= alpha #gcc lossage
-USE_X11= yes
+USE_X11BASE= yes
USE_GMAKE= yes
MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} DESTDIR=${DESTDIR} \
INSTALL_MAN="${INSTALL_MAN}" \
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile
index acdf99ccea8..bfb993f9b62 100644
--- a/emulators/xmess/Makefile
+++ b/emulators/xmess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/12/28 13:46:12 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 1999/01/30 23:18:46 agc Exp $
#
DISTNAME= unix02b4
@@ -17,7 +17,7 @@ CONFLICTS= xmess-0.1
NOT_FOR_ARCHS= alpha #gcc lossage
-USE_X11= yes
+USE_X11BASE= yes
USE_GMAKE= yes
MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} DESTDIR=${DESTDIR} \
INSTALL_MAN="${INSTALL_MAN}" \