diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 15:26:26 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 15:26:26 +0000 |
commit | 4ce048ab1ac93bc8462058239f2b0b562459203e (patch) | |
tree | 485b4bf0f4cf01f26515330846d2bac039f6f7e6 /emulators/xmame | |
parent | 00804245895fbff8f84b70db256adc11538bcc04 (diff) | |
download | pkgsrc-4ce048ab1ac93bc8462058239f2b0b562459203e.tar.gz |
There's no need to use 'USE_X11BASE' in xmame package, we'll use
USE_X11 instead, bump PKGREVISION.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 880930b48e5..585fd97d037 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -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 @@ NO_BIN_ON_CDROM= ${RESTRICTED} USE_BUILDLINK2= YES USE_PKGINSTALL= YES -USE_X11BASE= YES +USE_X11= YES USE_GNU_TOOLS+= make MAKEFILE= makefile.unix TARGET= ${PKGBASE} |