diff options
author | wiz <wiz> | 2005-12-11 09:40:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-12-11 09:40:37 +0000 |
commit | 5f8055e928b0a054c0a5ec616e0e0b1ae0b72637 (patch) | |
tree | 833777ff9c9882d5f6516d9f65a2944f5dd58aef /games/xrick | |
parent | 26717cbdb3970cb25ca6d9932c42463e86f1c615 (diff) | |
download | pkgsrc-5f8055e928b0a054c0a5ec616e0e0b1ae0b72637.tar.gz |
Convert aalib to options framework, adding an 'x11' option, and remove
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.
Addresses PR 32046 by Leonard Schmidt.
Diffstat (limited to 'games/xrick')
-rw-r--r-- | games/xrick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xrick/Makefile b/games/xrick/Makefile index e8cbd2196b1..f461c79a0c8 100644 --- a/games/xrick/Makefile +++ b/games/xrick/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2005/07/15 18:27:51 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/12/11 09:40:44 wiz Exp $ # DISTNAME= xrick-021212 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= games MASTER_SITES= http://www.bigorno.net/xrick/ EXTRACT_SUFX= .tgz |