svn commit: r486271 - head/textproc/asciidoc

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 30 20:02:42 UTC 2018


Author: sunpoet
Date: Fri Nov 30 20:02:38 2018
New Revision: 486271
URL: https://svnweb.freebsd.org/changeset/ports/486271

Log:
  Change the way *_DEPENDS are set

Modified:
  head/textproc/asciidoc/Makefile

Modified: head/textproc/asciidoc/Makefile
==============================================================================
--- head/textproc/asciidoc/Makefile	Fri Nov 30 20:02:28 2018	(r486270)
+++ head/textproc/asciidoc/Makefile	Fri Nov 30 20:02:38 2018	(r486271)
@@ -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
 


More information about the svn-ports-all mailing list