diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-24 19:15:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-24 19:15:06 +0800 |
commit | 5f951f8e7e0933333ced660f7b765de5f72219a8 (patch) | |
tree | 4995b80fc30442797eff7f82ee3ed723c4f6e883 /print/py-relatorio | |
parent | 3fb84e9da1c75544898445b800c748d0447cde10 (diff) | |
download | freebsd-ports-gnome-5f951f8e7e0933333ced660f7b765de5f72219a8.tar.gz freebsd-ports-gnome-5f951f8e7e0933333ced660f7b765de5f72219a8.tar.zst freebsd-ports-gnome-5f951f8e7e0933333ced660f7b765de5f72219a8.zip |
Relax USES=python
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 359b25e34d96..5d448d6ed5ec 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:2.7 +USES= python USE_PYTHON= autoplist distutils .include <bsd.port.mk> |