diff options
author | ahoka <ahoka> | 2009-01-28 13:33:53 +0000 |
---|---|---|
committer | ahoka <ahoka> | 2009-01-28 13:33:53 +0000 |
commit | ad9b3efa752332c2deeced77a26c1692efa31391 (patch) | |
tree | 86baa8ce2b40fb5701576c08e053aba147d3da72 /www/midori | |
parent | 46cbc3fa356433ebe382a321e9398b66e0030f6b (diff) | |
download | pkgsrc-ad9b3efa752332c2deeced77a26c1692efa31391.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/Makefile | 7 |
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" |