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 xmame package,...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e2192959565
branches: trunk
changeset: 467301:0e2192959565
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Jan 28 15:26:26 2004 +0000
description:
There's no need to use 'USE_X11BASE' in xmame package, we'll use
USE_X11 instead, bump PKGREVISION.
diffstat:
doc/CHANGES | 3 ++-
emulators/xmame/Makefile | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r f85d104322d3 -r 0e2192959565 doc/CHANGES
--- a/doc/CHANGES Wed Jan 28 15:05:20 2004 +0000
+++ b/doc/CHANGES Wed Jan 28 15:26:26 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4633 2004/01/28 14:17:44 xtraeme Exp $
+$NetBSD: CHANGES,v 1.4634 2004/01/28 15:27:12 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -518,3 +518,4 @@
Updated quicklist to 0.8.6nb3 [xtraeme 2004-01-28]
Updated cooledit to 3.17.5nb1 [xtraeme 2004-01-28]
Updated mule to 2.3nb2 [xtraeme 2004-01-28]
+ Updated xmame to 0.78.1nb1 [xtraeme 2004-01-28]
diff -r f85d104322d3 -r 0e2192959565 emulators/xmame/Makefile
--- a/emulators/xmame/Makefile Wed Jan 28 15:05:20 2004 +0000
+++ b/emulators/xmame/Makefile Wed Jan 28 15:26:26 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.103 2004/01/22 08:36:04 grant Exp $
+# $NetBSD: Makefile,v 1.104 2004/01/28 15:26:26 xtraeme Exp $
#
DISTNAME= xmame-0.78.1
+PKGREVISION= 1
CATEGORIES= emulators games x11
MASTER_SITES= http://x.mame.net/download/
EXTRACT_SUFX= .tar.bz2
@@ -16,7 +17,7 @@
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
-USE_X11BASE= YES
+USE_X11= YES
USE_GNU_TOOLS+= make
MAKEFILE= makefile.unix
TARGET= ${PKGBASE}
Home |
Main Index |
Thread Index |
Old Index