diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-22 03:10:41 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-22 03:10:41 +0800 |
commit | 1000215690a8ae68e9f87de37c8266bc8efd8b9c (patch) | |
tree | f8bc3289889b97cab8708b0afcea049fe5374f4f /print/py-relatorio | |
parent | 553c1984002f04714edc3dbf8e9e0492011abbe7 (diff) | |
download | freebsd-ports-gnome-1000215690a8ae68e9f87de37c8266bc8efd8b9c.tar.gz freebsd-ports-gnome-1000215690a8ae68e9f87de37c8266bc8efd8b9c.tar.zst freebsd-ports-gnome-1000215690a8ae68e9f87de37c8266bc8efd8b9c.zip |
Restrict to python 2.7
Pointy hat: sunpoet
Diffstat (limited to 'print/py-relatorio')
-rw-r--r-- | print/py-relatorio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/py-relatorio/Makefile b/print/py-relatorio/Makefile index 5d448d6ed5ec..359b25e34d96 100644 --- a/print/py-relatorio/Makefile +++ b/print/py-relatorio/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:textproc/py-genshi@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR} NO_ARCH= yes -USES= python +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> |