pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/reposurgeon Needs asciidoc as well as xmlto; how...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a55a845b908
branches:  trunk
changeset: 616303:6a55a845b908
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Mar 24 16:21:56 2013 +0000

description:
Needs asciidoc as well as xmlto; however, xmlto is only used at build time.
PKGREVISION -> 1

diffstat:

 devel/reposurgeon/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 4780543885db -r 6a55a845b908 devel/reposurgeon/Makefile
--- a/devel/reposurgeon/Makefile        Sun Mar 24 16:12:33 2013 +0000
+++ b/devel/reposurgeon/Makefile        Sun Mar 24 16:21:56 2013 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2013/03/14 21:20:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2013/03/24 16:21:56 dholland Exp $
 #
 
 DISTNAME=      reposurgeon-2.26
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.catb.org/~esr/reposurgeon/
 
@@ -10,7 +11,8 @@
 COMMENT=       Tool for editing version-control repository history
 LICENSE=       modified-bsd
 
-DEPENDS+=      xmlto-[0-9]*:../../textproc/xmlto
+BUILD_DEPENDS+=        asciidoc-[0-9]*:../../textproc/asciidoc
+BUILD_DEPENDS+=        xmlto-[0-9]*:../../textproc/xmlto
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index