diff options
author | wiz <wiz> | 2005-12-11 09:40:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-12-11 09:40:37 +0000 |
commit | 5f8055e928b0a054c0a5ec616e0e0b1ae0b72637 (patch) | |
tree | 833777ff9c9882d5f6516d9f65a2944f5dd58aef /games/scummvm | |
parent | 26717cbdb3970cb25ca6d9932c42463e86f1c615 (diff) | |
download | pkgsrc-5f8055e928b0a054c0a5ec616e0e0b1ae0b72637.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/scummvm')
-rw-r--r-- | games/scummvm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index c8af6bd93ab..de520b46fb5 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2005/12/05 23:55:07 rillig Exp $ +# $NetBSD: Makefile,v 1.39 2005/12/11 09:40:43 wiz Exp $ DISTNAME= scummvm-0.8.0 +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} EXTRACT_SUFX= .tar.bz2 |