diff options
author | xtraeme <xtraeme> | 2004-01-28 15:45:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-28 15:45:06 +0000 |
commit | 9782908b90b048c0ca2a80f46ea0a2da32330d8e (patch) | |
tree | fc0a49a06de00b8678eab8054b57e9b5a55237c3 | |
parent | 74fab950833934a6ae69212d99936f59c81163e6 (diff) | |
download | pkgsrc-9782908b90b048c0ca2a80f46ea0a2da32330d8e.tar.gz |
There's no need to use 'USE_X11BASE' in minivmac package, we'll use
USE_X11 instead, bump PKGREVISION.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | emulators/minivmac/Makefile | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index b8188530c74..3d23f679906 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4635 2004/01/28 15:41:47 xtraeme Exp $ +$NetBSD: CHANGES,v 1.4636 2004/01/28 15:45:56 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -520,3 +520,4 @@ Changes to the packages collection and infrastructure in 2004: Updated mule to 2.3nb2 [xtraeme 2004-01-28] Updated xmame to 0.78.1nb1 [xtraeme 2004-01-28] Updated xmess to 0.78.1nb1 [xtraeme 2004-01-28] + Updated minivmac to 0.1.7nb1 [xtraeme 2004-01-28] 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}" |