Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2018 20:02:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486271 - head/textproc/asciidoc
Message-ID:  <201811302002.wAUK2cYJ095437@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811302002.wAUK2cYJ095437>