Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 03:01:45 +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: r364909 - head/textproc/asciidoc
Message-ID:  <201408150301.s7F31joZ075519@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug 15 03:01:45 2014
New Revision: 364909
URL: http://svnweb.freebsd.org/changeset/ports/364909
QAT: https://qat.redports.org/buildarchive/r364909/

Log:
  - Use USES=python
  - Remove RUN_DEPENDS: duplicate with USES=python:2

Modified:
  head/textproc/asciidoc/Makefile

Modified: head/textproc/asciidoc/Makefile
==============================================================================
--- head/textproc/asciidoc/Makefile	Fri Aug 15 03:01:40 2014	(r364908)
+++ head/textproc/asciidoc/Makefile	Fri Aug 15 03:01:45 2014	(r364909)
@@ -13,11 +13,8 @@ COMMENT=	Text document format for writin
 LICENSE=	GPLv2 MIT
 LICENSE_COMB=	multi
 
-RUN_DEPENDS=	python2:${PORTSDIR}/lang/python2
-
 GNU_CONFIGURE=	yes
-USE_PYTHON=	2
-USES=		gmake shebangfix
+USES=		gmake python:2 shebangfix
 
 CONF_FILES=	asciidoc.conf docbook45.conf filters/code/code-filter.conf \
 		filters/graphviz/graphviz-filter.conf \



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