diff options
author | snj <snj@pkgsrc.org> | 2014-11-12 21:59:20 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2014-11-12 21:59:20 +0000 |
commit | 1f5018f1645752647116a61bcd6b6d020dffefc7 (patch) | |
tree | 6c035e97e0683d47203ecf29ffa618085bedfe47 /www/midori | |
parent | 33d1d27e152db951c3e495618efa65438f7299f9 (diff) | |
download | pkgsrc-1f5018f1645752647116a61bcd6b6d020dffefc7.tar.gz |
this uses icons from gnome-icon-theme. add a dependency and bump
PKGREVISION to 16.
Diffstat (limited to 'www/midori')
-rw-r--r-- | www/midori/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index bbc7102b167..335ab789900 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2014/10/07 16:47:37 adam Exp $ +# $NetBSD: Makefile,v 1.74 2014/11/12 21:59:20 snj Exp $ DISTNAME= midori-0.4.9 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= www MASTER_SITES= http://archive.xfce.org/src/apps/midori/0.4/ @@ -66,6 +66,7 @@ pre-configure: .include "../../devel/libidn/buildlink3.mk" .include "../../devel/libsexy/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../graphics/gnome-icon-theme/buildlink3.mk" .include "../../lang/python/application.mk" BUILDLINK_API_DEPENDS.libsoup24+=libsoup24>=2.26.0 .include "../../net/libsoup24/buildlink3.mk" |