diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-12-21 02:18:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-12-21 02:18:09 +0800 |
commit | ecfa77f3684f7af98ca5750e4aca2ec83e0b5efd (patch) | |
tree | 70e6465193333a9e36d341b7578a44e57efdce32 /devel | |
parent | ffddeee5838bbb3668896ab4f1fcca096a182e94 (diff) | |
download | freebsd-ports-gnome-ecfa77f3684f7af98ca5750e4aca2ec83e0b5efd.tar.gz freebsd-ports-gnome-ecfa77f3684f7af98ca5750e4aca2ec83e0b5efd.tar.zst freebsd-ports-gnome-ecfa77f3684f7af98ca5750e4aca2ec83e0b5efd.zip |
- Fix build when DEFAULT_VERSIONS=python=3.*
- While I'm here, remove superfluous space
With hat: python
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-google-apputils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-google-apputils/Makefile b/devel/py-google-apputils/Makefile index 98a6313911e6..c0b4b9ef444f 100644 --- a/devel/py-google-apputils/Makefile +++ b/devel/py-google-apputils/Makefile @@ -14,11 +14,11 @@ COMMENT= Google Application Utilities for Python 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: |