diff options
author | wiz <wiz@pkgsrc.org> | 2015-03-31 03:40:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-03-31 03:40:24 +0000 |
commit | b8b35bfcc55fb529523dc801bdb0ee6757f7216b (patch) | |
tree | 9593225fcc5236aa541dea8b0a05982039f6872e /devel | |
parent | 88a6ad005dc17f98b4e54eada600c13992c283cc (diff) | |
download | pkgsrc-b8b35bfcc55fb529523dc801bdb0ee6757f7216b.tar.gz |
Remove unnecessary xmlto and asciidoc build dependencies.
Noted by uwe.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-mercurial/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-mercurial/Makefile b/devel/py-mercurial/Makefile index b52ab3bbd29..feafb6cf3b6 100644 --- a/devel/py-mercurial/Makefile +++ b/devel/py-mercurial/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/12/29 19:56:26 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/03/31 03:40:24 wiz Exp $ DISTNAME= mercurial-${VERSION} PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,8 +10,6 @@ HOMEPAGE= http://mercurial.selenic.com/ COMMENT= Fast, lightweight source control management system LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer -BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto -BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc # with this dependency, two zip test cases start working # http://bz.selenic.com/show_bug.cgi?id=4483 # http://bz.selenic.com/show_bug.cgi?id=4485 |