svn commit: r461604 - head/devel/cxxtest
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Feb 12 17:14:57 UTC 2018
Author: amdmi3
Date: Mon Feb 12 17:14:56 2018
New Revision: 461604
URL: https://svnweb.freebsd.org/changeset/ports/461604
Log:
- Add missing python run-dependency
Approved by: portmgr blanket
Modified:
head/devel/cxxtest/Makefile
Modified: head/devel/cxxtest/Makefile
==============================================================================
--- head/devel/cxxtest/Makefile Mon Feb 12 16:55:28 2018 (r461603)
+++ head/devel/cxxtest/Makefile Mon Feb 12 17:14:56 2018 (r461604)
@@ -3,6 +3,7 @@
PORTNAME= cxxtest
PORTVERSION= 3.10.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
@@ -13,7 +14,7 @@ OPTIONS_DEFINE= DOCS
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
-USES= gmake perl5 shebangfix
+USES= gmake perl5 python:2.7,run shebangfix
USE_PERL5= run
SHEBANG_FILES= cxxtestgen.pl cxxtestgen.py
More information about the svn-ports-all
mailing list