pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2008Q4]: pkgsrc/www/midori Pullup ticket #2661 - requested by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a0a5f4ad40a
branches:  pkgsrc-2008Q4
changeset: 552272:1a0a5f4ad40a
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Jan 29 15:38:18 2009 +0000

description:
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:

 www/midori/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 3c04821500cb -r 1a0a5f4ad40a www/midori/Makefile
--- a/www/midori/Makefile       Thu Jan 29 13:24:59 2009 +0000
+++ b/www/midori/Makefile       Thu Jan 29 15:38:18 2009 +0000
@@ -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+=       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