aboutsummaryrefslogtreecommitdiff
path: root/textproc/asciidoc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-30 20:02:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-30 20:02:38 +0000
commitf220303825a198bf77069e1eddc7cf7c0a302ae8 (patch)
treebc63f94c5023877dc3e0a1392ef42b3ef97dedcb /textproc/asciidoc
parent27b76e6c5f8a9537d3c4f3ec539ecee6f5d89380 (diff)
downloadports-f220303825a198bf77069e1eddc7cf7c0a302ae8.tar.gz
ports-f220303825a198bf77069e1eddc7cf7c0a302ae8.zip
Change the way *_DEPENDS are set
Notes
Notes: svn path=/head/; revision=486271
Diffstat (limited to 'textproc/asciidoc')
-rw-r--r--textproc/asciidoc/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile
index bcd1f58f8eb2..174301e4b404 100644
--- a/textproc/asciidoc/Makefile
+++ b/textproc/asciidoc/Makefile
@@ -13,13 +13,14 @@ LICENSE= GPLv2 MIT
LICENSE_COMB= multi
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
-BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl
+
+USES= autoreconf gmake gnome python:2.7 shebangfix
+USE_GNOME= libxml2 libxslt
GNU_CONFIGURE= yes
NO_ARCH= yes
-USE_GNOME= libxml2 libxslt
-USES= autoreconf gmake gnome python:2.7 shebangfix
USE_GITHUB= yes