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 /emulators/arnold | |
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 'emulators/arnold')
-rw-r--r-- | emulators/arnold/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/arnold/Makefile b/emulators/arnold/Makefile index d12dcb610e1..bde1580b611 100644 --- a/emulators/arnold/Makefile +++ b/emulators/arnold/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:10 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2005/12/11 09:40:39 wiz Exp $ # DISTNAME= arnsrc27012002 PKGNAME= arnold-20020127 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://arnold.emuunlim.com/download/ EXTRACT_SUFX= .zip |