From 24dba25b44d179634c93131a2b29a3c165ab90f6 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 18 Jan 2008 21:30:04 +0000 Subject: Added a dependency to devel/getopt, since a2x requires it. Suggested by Nick Goffee via private mail. --- textproc/asciidoc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'textproc/asciidoc') 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 -- cgit v1.2.3