pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/midori Add librsvg and py-docutils to BUILD_DEPEND...
details: https://anonhg.NetBSD.org/pkgsrc/rev/37ca7783547c
branches: trunk
changeset: 553712:37ca7783547c
user: ahoka <ahoka%pkgsrc.org@localhost>
date: Wed Jan 28 13:33:53 2009 +0000
description:
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:
www/midori/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 5c0d1fb9d953 -r 37ca7783547c www/midori/Makefile
--- a/www/midori/Makefile Wed Jan 28 13:14:54 2009 +0000
+++ b/www/midori/Makefile Wed Jan 28 13:33:53 2009 +0000
@@ -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+= 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"
Home |
Main Index |
Thread Index |
Old Index