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 | 65f5fcb5d14736ebe056a982d757eacd4bd7671c (patch) | |
tree | 4a919db1638838f91acd2c09fee0e8ccc6cb7d64 /games/scummvm | |
parent | 70a4929e5033f457549a7cdd253cfe673a95bc86 (diff) | |
download | pkgsrc-65f5fcb5d14736ebe056a982d757eacd4bd7671c.tar.gz |
enable AGI support (for Larry 1), bump PKGREVISION
Diffstat (limited to 'games/scummvm')
-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 |