diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-03-14 01:47:28 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-03-14 01:47:28 +0000 |
commit | a82f89ae2d496dfe7c4d77559cf8cda583c23804 (patch) | |
tree | 5e91ba914be3d9ee3c5553b7a1c9ca3cdad474c5 /textproc/asciidoc | |
parent | 7941e43e87aa551d6c1bbca2916a9f96b6a4e8cc (diff) |
Notes
Diffstat (limited to 'textproc/asciidoc')
-rw-r--r-- | textproc/asciidoc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index c3dedc38ae1f..8f693ac2e3c2 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -7,6 +7,7 @@ PORTNAME= asciidoc PORTVERSION= 8.5.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.methods.co.nz/asciidoc/ \ SF @@ -14,9 +15,6 @@ MASTER_SITES= http://www.methods.co.nz/asciidoc/ \ MAINTAINER= peter.schuller@infidyne.com COMMENT= A text document format for writing short documents and man pages -RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash \ - getopt>=0:${PORTSDIR}/misc/getopt - USE_PYTHON= 2.4+ USE_GMAKE= yes MAKE_ENV= INSTALL="${INSTALL}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ |