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 | 4d147ec19bab7ad1628dfead37b782c7fa932941 (patch) | |
tree | 833777ff9c9882d5f6516d9f65a2944f5dd58aef /games/glaxium | |
parent | 288eb75ae208e7d3fcae10c0a416a02496d1cd95 (diff) | |
download | pkgsrc-4d147ec19bab7ad1628dfead37b782c7fa932941.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/glaxium')
-rw-r--r-- | games/glaxium/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/glaxium/Makefile b/games/glaxium/Makefile index 8c5b8f2f09a..afd5f780cd5 100644 --- a/games/glaxium/Makefile +++ b/games/glaxium/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2005/12/05 20:50:16 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2005/12/11 09:40:41 wiz Exp $ # DISTNAME= glaxium_0.5 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games MASTER_SITES= http://xhosxe.free.fr/glaxium/ |