diff options
author | xtraeme <xtraeme> | 2003-11-18 14:34:33 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-11-18 14:34:33 +0000 |
commit | 2918a82f4d3cd4c2c11dc66b2290f7c8f162dcf4 (patch) | |
tree | 0b136af80a94a94c6804f907024b70d37a9267d6 /games/xnibbles | |
parent | d3c6b22495302be2e6d0781d6ebc2cd9e3e8512b (diff) | |
download | pkgsrc-2918a82f4d3cd4c2c11dc66b2290f7c8f162dcf4.tar.gz |
s/USE_X11BASE/USE_X11/. Provided by Soren Jacobsen in PR pkg/23455.
Bump PKGREVISION.
Diffstat (limited to 'games/xnibbles')
-rw-r--r-- | games/xnibbles/Makefile | 5 | ||||
-rw-r--r-- | games/xnibbles/distinfo | 4 | ||||
-rw-r--r-- | games/xnibbles/patches/patch-aa | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile index fdf9a710ce5..624313a5e87 100644 --- a/games/xnibbles/Makefile +++ b/games/xnibbles/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2003/11/18 14:34:33 xtraeme Exp $ # DISTNAME= xnibbles-1.0BETA4 PKGNAME= xnibbles-1.0b4 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/xnibbles CATEGORIES= games x11 MASTER_SITES= http://www.tjhsst.edu/xnibbles/ @@ -12,7 +13,7 @@ HOMEPAGE= http://www.tjhsst.edu/xnibbles/ COMMENT= Winding snakes game for X11 USE_BUILDLINK2= YES -USE_X11BASE= YES +USE_X11= YES USE_GMAKE= YES ALL_TARGET= netbsd diff --git a/games/xnibbles/distinfo b/games/xnibbles/distinfo index 45089ac8740..cf9d95c45d2 100644 --- a/games/xnibbles/distinfo +++ b/games/xnibbles/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2001/12/05 04:29:32 jlam Exp $ +$NetBSD: distinfo,v 1.4 2003/11/18 14:34:33 xtraeme Exp $ SHA1 (xnibbles-1.0BETA4.tar.gz) = 2f0ed0ea1184cb3e81fa56a430d3c53e96618452 Size (xnibbles-1.0BETA4.tar.gz) = 134982 bytes -SHA1 (patch-aa) = 6e93781100df069b294c08f05be347351cbfea6b +SHA1 (patch-aa) = 2f17a89e3b28a2e406cd82e72908b4c4f95cc6ac SHA1 (patch-ab) = faadb812447658f6f7f1a808a4361f372d095a3f diff --git a/games/xnibbles/patches/patch-aa b/games/xnibbles/patches/patch-aa index 14c6c03ba45..6d97f1a5d5d 100644 --- a/games/xnibbles/patches/patch-aa +++ b/games/xnibbles/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2001/12/05 04:29:32 jlam Exp $ +$NetBSD: patch-aa,v 1.3 2003/11/18 14:34:33 xtraeme Exp $ --- Makefile.orig Thu Mar 5 17:06:19 1998 +++ Makefile @@ -59,7 +59,7 @@ $NetBSD: patch-aa,v 1.2 2001/12/05 04:29:32 jlam Exp $ +netbsd: + $(MAKE) OBJECTS='$(OBJECTS)' \ + CC="$(CC)" LDFLAGS="$(LDFLAGS)" \ -+ CFLAGS='-Wall -O2 $(SDEV) \ ++ CFLAGS+='-Wall -O2 $(SDEV) \ + $(CFLAGS) -fwritable-strings \ + $(JDEV) \ + -DDATADIR=\"$(DATADIR)\"' \ |