aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-03-27 01:10:02 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-03-27 01:10:02 +0800
commit03b672e7415285542e68a49fef4498d0cfd486fd (patch)
tree3f8bdd1ed26649f8a741f3ce019d0d253e6e61b2 /textproc
parent9e03684304c2206c05d413cc32897885fca7d9fa (diff)
downloadfreebsd-ports-gnome-03b672e7415285542e68a49fef4498d0cfd486fd.tar.gz
freebsd-ports-gnome-03b672e7415285542e68a49fef4498d0cfd486fd.tar.zst
freebsd-ports-gnome-03b672e7415285542e68a49fef4498d0cfd486fd.zip
- Add missing RUN_DEPENDS
- Bump PORTREVISION for dependency change PR: 208303 Submitted by: tijl
Diffstat (limited to 'textproc')
-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 \