diff options
author | xtraeme <xtraeme> | 2004-01-28 15:45:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-28 15:45:06 +0000 |
commit | 3d449203016e3d287645b163653f93c9eed93e32 (patch) | |
tree | fc0a49a06de00b8678eab8054b57e9b5a55237c3 /emulators | |
parent | c8b6596f8a05f3a5be3b2bed71d31e2b82a104e9 (diff) | |
download | pkgsrc-3d449203016e3d287645b163653f93c9eed93e32.tar.gz |
There's no need to use 'USE_X11BASE' in minivmac package, we'll use
USE_X11 instead, bump PKGREVISION.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/minivmac/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile index 21a5abc8666..f64effd4610 100644 --- a/emulators/minivmac/Makefile +++ b/emulators/minivmac/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/01/20 12:14:41 agc Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/28 15:45:06 xtraeme Exp $ DISTNAME= minivmac-0.1.7.src PKGNAME= minivmac-0.1.7 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=minivmac/} EXTRACT_SUFX= .tgz @@ -11,7 +12,7 @@ HOMEPAGE= http://www.gryphel.com/c/minivmac/ COMMENT= Miniature Macintosh emulator WRKSRC= ${WRKDIR}/minivmac -USE_X11BASE= YES +USE_X11= YES SCRIPTS_ENV+= CC="${CC}" |