diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-12-01 04:02:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-12-01 04:02:38 +0800 |
commit | 817356e3b49974daeba1bca48b3e8893be1d898f (patch) | |
tree | bc63f94c5023877dc3e0a1392ef42b3ef97dedcb /textproc | |
parent | 9f0533919c0787542234c95f06c5164ea7267316 (diff) | |
download | freebsd-ports-gnome-817356e3b49974daeba1bca48b3e8893be1d898f.tar.gz freebsd-ports-gnome-817356e3b49974daeba1bca48b3e8893be1d898f.tar.zst freebsd-ports-gnome-817356e3b49974daeba1bca48b3e8893be1d898f.zip |
Change the way *_DEPENDS are set
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/asciidoc/Makefile | 9 |
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 |