diff options
author | xtraeme <xtraeme> | 2004-01-28 15:26:26 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-28 15:26:26 +0000 |
commit | 5636c6e5f34d660cfc46d3ebbdb554d867e73eda (patch) | |
tree | 485b4bf0f4cf01f26515330846d2bac039f6f7e6 /emulators | |
parent | 8dcc4aae49f0fd21146d7d1cc0a9130b4198b919 (diff) | |
download | pkgsrc-5636c6e5f34d660cfc46d3ebbdb554d867e73eda.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')
-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} |