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 /emulators/z26 | |
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 'emulators/z26')
-rw-r--r-- | emulators/z26/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/z26/Makefile b/emulators/z26/Makefile index f342aa0fb7a..4ac8b073780 100644 --- a/emulators/z26/Makefile +++ b/emulators/z26/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2005/12/05 20:50:13 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2005/12/11 09:40:40 wiz Exp $ # DISTNAME= z26v213 PKGNAME= z26-2.13 +PKGREVISION= 1 CATEGORIES= emulators games MASTER_SITES= http://www.whimsey.com/z26/ |