diff options
author | drochner <drochner@pkgsrc.org> | 2011-01-26 19:35:20 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-01-26 19:35:20 +0000 |
commit | 0bdeefd44339c2d25f86461886e68d222f1af139 (patch) | |
tree | 425062728ce9d6a95a054ffc9011318d0e3576c4 /www/midori/Makefile | |
parent | a2258c724b71afc00e98595a53aa814ee4ea8d75 (diff) | |
download | pkgsrc-0bdeefd44339c2d25f86461886e68d222f1af139.tar.gz |
update to 0.2.9
changes: many feature additions, UI improvements, fixes
Diffstat (limited to 'www/midori/Makefile')
-rw-r--r-- | www/midori/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index 95547e450d3..e3266ae87ae 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2011/01/13 13:39:39 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2011/01/26 19:35:20 drochner Exp $ -DISTNAME= midori-0.2.6 -PKGREVISION= 4 +DISTNAME= midori-0.2.9 CATEGORIES= www MASTER_SITES= http://archive.xfce.org/src/apps/midori/0.2/ @@ -16,6 +15,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --prefix=${PREFIX:Q} +CONFIGURE_ARGS+= --disable-vala REPLACE_PYTHON= waf wscript docs/api/wscript_build REPLACE_PYTHON+= tests/wscript_build extensions/wscript_build |