svn commit: r375064 - head/devel/py-google-apputils
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Dec 20 18:18:10 UTC 2014
Author: sunpoet
Date: Sat Dec 20 18:18:09 2014
New Revision: 375064
URL: https://svnweb.freebsd.org/changeset/ports/375064
QAT: https://qat.redports.org/buildarchive/r375064/
Log:
- Fix build when DEFAULT_VERSIONS=python=3.*
- While I'm here, remove superfluous space
With hat: python
Modified:
head/devel/py-google-apputils/Makefile
Modified: head/devel/py-google-apputils/Makefile
==============================================================================
--- head/devel/py-google-apputils/Makefile Sat Dec 20 18:18:03 2014 (r375063)
+++ head/devel/py-google-apputils/Makefile Sat Dec 20 18:18:09 2014 (r375064)
@@ -14,11 +14,11 @@ COMMENT= Google Application Utilities fo
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gflags>2:${PORTSDIR}/devel/py-gflags \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gflags>2:${PORTSDIR}/devel/py-gflags \
${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \
${PYTHON_PKGNAMEPREFIX}dateutil>2:${PORTSDIR}/devel/py-dateutil
-USES= python
+USES= python:2
USE_PYTHON= distutils autoplist
post-extract:
More information about the svn-ports-all
mailing list