pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hgview Add missing build dependencies.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5adc466a81f3
branches:  trunk
changeset: 632205:5adc466a81f3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 19 15:11:52 2014 +0000

description:
Add missing build dependencies.

diffstat:

 devel/py-hgview/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8a2185d9b876 -r 5adc466a81f3 devel/py-hgview/Makefile
--- a/devel/py-hgview/Makefile  Wed Mar 19 14:51:33 2014 +0000
+++ b/devel/py-hgview/Makefile  Wed Mar 19 15:11:52 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/03/19 14:51:33 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/03/19 15:11:52 wiz Exp $
 
 DISTNAME=      hgview-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,8 @@
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      mercurial>=1.6:../../devel/mercurial
+BUILD_DEPENDS+=        asciidoc-[0-9]*:../../textproc/asciidoc
+BUILD_DEPENDS+=        xmlto-[0-9]*:../../textproc/xmlto
 
 REPLACE_PYTHON= *.py
 PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 1.8.0



Home | Main Index | Thread Index | Old Index