diff options
author | wxs <wxs@FreeBSD.org> | 2010-03-14 09:47:28 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-03-14 09:47:28 +0800 |
commit | 4269eee66f412093313e391b94e08723e5bb4d69 (patch) | |
tree | 18a1c0dbf733c025131d873a81ec0f22764f7d35 /textproc | |
parent | 2d63e20bd13293678b8d76c63d100b5d730ada90 (diff) | |
download | freebsd-ports-gnome-4269eee66f412093313e391b94e08723e5bb4d69.tar.gz freebsd-ports-gnome-4269eee66f412093313e391b94e08723e5bb4d69.tar.zst freebsd-ports-gnome-4269eee66f412093313e391b94e08723e5bb4d69.zip |
- Remove RUN_DEPENDS which are no longer necessary.
- Bump PORTREVISION as this affects the package.
PR: ports/144257
Submitted by: Oleg Pudeyev <oleg@bsdpower.com>
Approved by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Diffstat (limited to 'textproc')
-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}" \ |