summaryrefslogtreecommitdiff
path: root/www/midori
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2009-01-28 13:33:53 +0000
committerahoka <ahoka@pkgsrc.org>2009-01-28 13:33:53 +0000
commit7998e7fac50738e7d4218f71c2c791dcde42ad24 (patch)
tree86baa8ce2b40fb5701576c08e053aba147d3da72 /www/midori
parent77881101055579010512d76ace42581e03384087 (diff)
downloadpkgsrc-7998e7fac50738e7d4218f71c2c791dcde42ad24.tar.gz
Add librsvg and py-docutils to BUILD_DEPENDS so it can build the
documentation and icons. This fixes the reported PLIST problems. Closes PR pkg/40262
Diffstat (limited to 'www/midori')
-rw-r--r--www/midori/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile
index 8967540d235..38fce951c3e 100644
--- a/www/midori/Makefile
+++ b/www/midori/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2008/12/18 00:40:42 ahoka Exp $
+# $NetBSD: Makefile,v 1.3 2009/01/28 13:33:53 ahoka Exp $
#
DISTNAME= midori-0.1.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= http://goodies.xfce.org/releases/midori/
@@ -23,6 +23,9 @@ REPLACE_PYTHON= waf wscript po/wscript_build katze/wscript_build
REPLACE_PYTHON+= docs/api/wscript_build icons/wscript_build
REPLACE_PYTHON+= midori/wscript_build
+BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.4:../../textproc/py-docutils
+BUILD_DEPENDS+= librsvg>=2.18:../../graphics/librsvg
+
.include "../../lang/python/application.mk"
.include "../../devel/gettext-lib/buildlink3.mk"