diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 15:41:07 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 15:41:07 +0000 |
commit | 3f2f5d8cd86957aab4e50683164181c7fd2bcc5e (patch) | |
tree | c29321ff70873516073f72f52b2d9c72528ecf49 /emulators/xmess | |
parent | 4ce048ab1ac93bc8462058239f2b0b562459203e (diff) | |
download | pkgsrc-3f2f5d8cd86957aab4e50683164181c7fd2bcc5e.tar.gz |
There's no need to use 'USE_X11BASE' in xmess package, we'll use
USE_X11 instead, bump PKGREVISION.
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index b09ac9796e3..2e8ac7cf5eb 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2004/01/22 08:36:04 grant Exp $ +# $NetBSD: Makefile,v 1.45 2004/01/28 15:41:07 xtraeme Exp $ # DISTNAME= xmame-0.78.1 PKGNAME= xmess-0.78.1 +PKGREVISION= 1 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 @@ -17,7 +18,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} |