summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-03-14 01:47:28 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-03-14 01:47:28 +0000
commita82f89ae2d496dfe7c4d77559cf8cda583c23804 (patch)
tree5e91ba914be3d9ee3c5553b7a1c9ca3cdad474c5 /textproc
parent- Update to 1.3.3rc4 [1] (diff)
- 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)
Notes
Notes: svn path=/head/; revision=251021
Diffstat (limited to 'textproc')
-rw-r--r--textproc/asciidoc/Makefile4
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}" \