svn commit: r378595 - head/devel/py-stevedore
Baptiste Daroussin
bapt at FreeBSD.org
Sat Feb 7 15:03:03 UTC 2015
Author: bapt
Date: Sat Feb 7 15:03:01 2015
New Revision: 378595
URL: https://svnweb.freebsd.org/changeset/ports/378595
QAT: https://qat.redports.org/buildarchive/r378595/
Log:
Fix RUN_DEPENDS
Modified:
head/devel/py-stevedore/Makefile
Modified: head/devel/py-stevedore/Makefile
==============================================================================
--- head/devel/py-stevedore/Makefile Sat Feb 7 14:46:43 2015 (r378594)
+++ head/devel/py-stevedore/Makefile Sat Feb 7 15:03:01 2015 (r378595)
@@ -14,7 +14,7 @@ COMMENT= Manage dynamic plugins for Pyth
LICENSE= APACHE20
BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=0.10.0:${PORTSDIR}/devel/py-pbr
-RUN_DEPENDS= ${PKGNAMEPREFIX}argparse>=1.2.1:${PORTSDIR}/devel/py-argparse
+RUN_DEPENDS= ${PKGNAMEPREFIX}argparse>=1.2.1:${PORTSDIR}/devel/py-argparse \
${PKGNAMEPREFIX}pbr>=0.10.0:${PORTSDIR}/devel/py-pbr \
${PKGNAMEPREFIX}six>=1.7.0:${PORTSDIR}/devel/py-six
More information about the svn-ports-all
mailing list