pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/asciidoc Added a dependency to devel/getopt, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f085141bd56
branches:  trunk
changeset: 537872:5f085141bd56
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Jan 18 21:30:04 2008 +0000

description:
Added a dependency to devel/getopt, since a2x requires it. Suggested by
Nick Goffee via private mail.

diffstat:

 textproc/asciidoc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 90f04a8b2d2f -r 5f085141bd56 textproc/asciidoc/Makefile
--- a/textproc/asciidoc/Makefile        Fri Jan 18 21:04:37 2008 +0000
+++ b/textproc/asciidoc/Makefile        Fri Jan 18 21:30:04 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2007/12/09 20:56:40 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2008/01/18 21:30:04 rillig Exp $
 #
 
 DISTNAME=              asciidoc-8.2.5
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            textproc
 MASTER_SITES=          ${HOMEPAGE}     \
                        ${MASTER_SITE_SOURCEFORGE:=asciidoc/}
@@ -12,6 +12,7 @@
 COMMENT=               ASCII to formatted document converter
 
 DEPENDS+=              docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+DEPENDS+=              getopt-[0-9]*:../../misc/getopt
 
 REPLACE_BASH+=         a2x
 USE_TOOLS+=            bash:run



Home | Main Index | Thread Index | Old Index