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/pearpc | |
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/pearpc')
-rw-r--r-- | emulators/pearpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index b99eaed3247..77983e1c240 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2005/12/05 20:50:12 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2005/12/11 09:40:39 wiz Exp $ # DISTNAME= pearpc-0.3.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pearpc/} EXTRACT_SUFX= .tar.bz2 |