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 | c92fc3fe556fdbb73c31f2d9670db7d04c59d2ce (patch) | |
tree | c29321ff70873516073f72f52b2d9c72528ecf49 | |
parent | d49b0c6e3fb41897d7eae636d08376fe83476a6b (diff) | |
download | pkgsrc-c92fc3fe556fdbb73c31f2d9670db7d04c59d2ce.tar.gz |
There's no need to use 'USE_X11BASE' in xmess package, we'll use
USE_X11 instead, bump PKGREVISION.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | emulators/xmess/Makefile | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 746d752da47..b8188530c74 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4634 2004/01/28 15:27:12 xtraeme Exp $ +$NetBSD: CHANGES,v 1.4635 2004/01/28 15:41:47 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -519,3 +519,4 @@ Changes to the packages collection and infrastructure in 2004: 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] + Updated xmess to 0.78.1nb1 [xtraeme 2004-01-28] 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} |