diff options
author | xtraeme <xtraeme> | 2004-01-28 15:41:07 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-28 15:41:07 +0000 |
commit | c8b6596f8a05f3a5be3b2bed71d31e2b82a104e9 (patch) | |
tree | c29321ff70873516073f72f52b2d9c72528ecf49 /emulators | |
parent | 5636c6e5f34d660cfc46d3ebbdb554d867e73eda (diff) | |
download | pkgsrc-c8b6596f8a05f3a5be3b2bed71d31e2b82a104e9.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')
-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} |