diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-26 11:22:28 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-26 11:22:28 +0000 |
commit | 321ff35068d2844d44274043973d77c0dab45ea0 (patch) | |
tree | 4a919db1638838f91acd2c09fee0e8ccc6cb7d64 /games | |
parent | 7761541d56c1b018ca51b63b17fb5a5df223949a (diff) | |
download | pkgsrc-321ff35068d2844d44274043973d77c0dab45ea0.tar.gz |
enable AGI support (for Larry 1), bump PKGREVISION
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index a4df619da4f..a55e1201017 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2007/01/13 14:20:25 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2007/02/26 11:22:28 drochner Exp $ DISTNAME= scummvm-0.9.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} EXTRACT_SUFX= .tar.bz2 @@ -15,6 +15,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gmake HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} +CONFIGURE_ARGS+= --enable-agi UNLIMIT_RESOURCES= datasize |