pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc There's no need to use 'USE_X11BASE' in minivmac packa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38ac89703285
branches:  trunk
changeset: 467303:38ac89703285
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jan 28 15:45:06 2004 +0000

description:
There's no need to use 'USE_X11BASE' in minivmac package, we'll use
USE_X11 instead, bump PKGREVISION.

diffstat:

 doc/CHANGES                 |  3 ++-
 emulators/minivmac/Makefile |  5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r f6ed875651e0 -r 38ac89703285 doc/CHANGES
--- a/doc/CHANGES       Wed Jan 28 15:41:07 2004 +0000
+++ b/doc/CHANGES       Wed Jan 28 15:45:06 2004 +0000
@@ -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 @@
        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 -r f6ed875651e0 -r 38ac89703285 emulators/minivmac/Makefile
--- a/emulators/minivmac/Makefile       Wed Jan 28 15:41:07 2004 +0000
+++ b/emulators/minivmac/Makefile       Wed Jan 28 15:45:06 2004 +0000
@@ -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 @@
 COMMENT=       Miniature Macintosh emulator
 
 WRKSRC=                ${WRKDIR}/minivmac
-USE_X11BASE=   YES
+USE_X11=       YES
 
 SCRIPTS_ENV+=  CC="${CC}"
 



Home | Main Index | Thread Index | Old Index