diff options
Diffstat (limited to 'textproc/asciidoc/Makefile')
-rw-r--r-- | textproc/asciidoc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index 0b8f737f5d6..8c1f7849b89 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -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 @@ HOMEPAGE= http://www.methods.co.nz/asciidoc/ 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 |