diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-30 01:28:42 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-30 01:28:42 +0800 |
commit | 66d688539f8f60fe75eba85a92de97861fd2c673 (patch) | |
tree | 0e5d6fab51bd007b36c0cb572b0a1101d7343b04 /security/py-cybox | |
parent | 019d7cd2683659d7d0fc6c8a053ba9d6b9fc95fb (diff) | |
download | freebsd-ports-gnome-66d688539f8f60fe75eba85a92de97861fd2c673.tar.gz freebsd-ports-gnome-66d688539f8f60fe75eba85a92de97861fd2c673.tar.zst freebsd-ports-gnome-66d688539f8f60fe75eba85a92de97861fd2c673.zip |
Convert a few ports to USES=python
Diffstat (limited to 'security/py-cybox')
-rw-r--r-- | security/py-cybox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-cybox/Makefile b/security/py-cybox/Makefile index 1f5ee3408b9c..ce85161f0eb0 100644 --- a/security/py-cybox/Makefile +++ b/security/py-cybox/Makefile @@ -16,9 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}lxml>=3.1:${PORTSDIR}/devel/py-lxml -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python:2 +USE_PYTHON= distutils autoplist PORTDOCS= README.rst PORTEXAMPLES= * |