diff options
author | agc <agc@pkgsrc.org> | 1999-01-30 23:18:44 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-01-30 23:18:44 +0000 |
commit | f6473207cad834cccc7cb943f71198720b2eb89f (patch) | |
tree | c7d450ad71b27506975c9e22be6574c49d8bb3d9 /emulators/bochs | |
parent | c913b0fea60c2fbe83ac1754f124bd8484e387a8 (diff) | |
download | pkgsrc-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/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |