summaryrefslogtreecommitdiff
path: root/www/midori/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-10-18 16:14:44 +0000
committerdrochner <drochner@pkgsrc.org>2011-10-18 16:14:44 +0000
commitc3bc19ed04cc8a0a85ed8cfa46b9a0190e93ca41 (patch)
tree16e5d9abfde92200f98fe82cf377abaa06eee243 /www/midori/Makefile
parentf3d9fc32355a938b4f954556e7454195309a6083 (diff)
downloadpkgsrc-c3bc19ed04cc8a0a85ed8cfa46b9a0190e93ca41.tar.gz
update to 0.4.1
changes: -many feature additions and UI improvements -bugfixes -added "private browsing" desktop shortcut
Diffstat (limited to 'www/midori/Makefile')
-rw-r--r--www/midori/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile
index 7317cd479c0..3ca0eacae6c 100644
--- a/www/midori/Makefile
+++ b/www/midori/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2011/06/10 09:40:03 obache Exp $
+# $NetBSD: Makefile,v 1.33 2011/10/18 16:14:44 drochner Exp $
-DISTNAME= midori-0.3.6
-PKGREVISION= 1
+DISTNAME= midori-0.4.1
CATEGORIES= www
-MASTER_SITES= http://archive.xfce.org/src/apps/midori/0.3/
+MASTER_SITES= http://archive.xfce.org/src/apps/midori/0.4/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.twotoasts.de/index.php?/pages/midori_summary.html
@@ -16,7 +15,6 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
-CONFIGURE_ARGS+= --disable-vala
CHECK_PORTABILITY_SKIP+= win32/x86-mingw32-opensuse/install.sh
@@ -70,4 +68,5 @@ BUILDLINK_API_DEPENDS.libsoup24+=libsoup24>=2.26.0
.include "../../x11/libunique/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../lang/vala/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"