diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-11 09:40:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-11 09:40:37 +0000 |
commit | 7e1c5bfbc985ec61c579342934a7cc56bc3d29bb (patch) | |
tree | 833777ff9c9882d5f6516d9f65a2944f5dd58aef /games/bzflag | |
parent | f780690ac48a5897f358644a88dea818dc99db9e (diff) | |
download | pkgsrc-7e1c5bfbc985ec61c579342934a7cc56bc3d29bb.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/bzflag')
-rw-r--r-- | games/bzflag/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index efb2ba78d31..41b68b1cace 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2005/10/10 17:10:49 hira Exp $ +# $NetBSD: Makefile,v 1.24 2005/12/11 09:40:40 wiz Exp $ DISTNAME= bzflag-2.0.2.20050318 PKGNAME= ${DISTNAME:S/.20050318//} +PKGREVISION= 1 CATEGORIES= games x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bzflag/} |