aboutsummaryrefslogtreecommitdiff
path: root/textproc/asciidoc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-26 17:10:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-26 17:10:02 +0000
commita7e3930140b3e1fb85e227866605ea45c90ec58b (patch)
tree3f8bdd1ed26649f8a741f3ce019d0d253e6e61b2 /textproc/asciidoc
parent500185d1acbb4b2fd441a1ac411cf526cff5b731 (diff)
downloadports-a7e3930140b3e1fb85e227866605ea45c90ec58b.tar.gz
ports-a7e3930140b3e1fb85e227866605ea45c90ec58b.zip
- Add missing RUN_DEPENDS
- Bump PORTREVISION for dependency change PR: 208303 Submitted by: tijl
Notes
Notes: svn path=/head/; revision=411932
Diffstat (limited to 'textproc/asciidoc')
-rw-r--r--textproc/asciidoc/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile
index 5db08f68113c..10ab8d29f814 100644
--- a/textproc/asciidoc/Makefile
+++ b/textproc/asciidoc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= asciidoc
PORTVERSION= 8.6.9
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= textproc
MASTER_SITES= SF
@@ -13,8 +13,11 @@ COMMENT= Text document format for writing short documents and man pages
LICENSE= GPLv2 MIT
LICENSE_COMB= multi
+RUN_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
+
GNU_CONFIGURE= yes
-USES= gmake python:2 shebangfix
+USE_GNOME= libxml2:run libxslt:run
+USES= gmake gnome python:2 shebangfix
CONF_FILES= asciidoc.conf docbook45.conf filters/code/code-filter.conf \
filters/graphviz/graphviz-filter.conf \