diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-11 15:15:05 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-11 15:15:05 +0800 |
commit | feb5892c70fd7b61c7cd51d879eaf67534592a38 (patch) | |
tree | 2f50bca0a6069acb6ad9f379099f5cbee3123cae /converters | |
parent | 57987c9141e29f31831aa541d7587bc217530840 (diff) | |
download | freebsd-ports-gnome-feb5892c70fd7b61c7cd51d879eaf67534592a38.tar.gz freebsd-ports-gnome-feb5892c70fd7b61c7cd51d879eaf67534592a38.tar.zst freebsd-ports-gnome-feb5892c70fd7b61c7cd51d879eaf67534592a38.zip |
Unbreak bulk -a
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-zfec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/py-zfec/Makefile b/converters/py-zfec/Makefile index 8315ad7f0c28..db33822f6053 100644 --- a/converters/py-zfec/Makefile +++ b/converters/py-zfec/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.GPL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyutil>=0:devel/py-pyutil@${FLAVOR} -USES= python +USES= python:2.7 USE_PYTHON= distutils autoplist concurrent DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} |