summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron>2009-01-29 15:38:18 +0000
committertron <tron>2009-01-29 15:38:18 +0000
commit561e5eac3afbfe820178830289248a913f9ed0fa (patch)
treedcb1dd9fb1b90c713f115d4d97122b7ea5563af1 /www
parent4929d1a9d483c1b44dd31b016762430dd4b5ff98 (diff)
downloadpkgsrc-561e5eac3afbfe820178830289248a913f9ed0fa.tar.gz
Pullup ticket #2661 - requested by ahoka
midori: build fix Revisions pulled up: - www/midori/Makefile 1.3 --- Module Name: pkgsrc Committed By: ahoka Date: Wed Jan 28 13:33:53 UTC 2009 Modified Files: pkgsrc/www/midori: Makefile Log Message: 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')
-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..d892fb28df3 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.2.2.1 2009/01/29 15:38:18 tron 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"