1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Use USES=python

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-08-15 03:02:31 +00:00
parent 42ece82aed
commit 4849f938c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364919

View File

@ -15,10 +15,9 @@ LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_BUILDARGS= build_ext --openssl="${OPENSSLBASE}"
USE_OPENSSL= yes
USE_PYDISTUTILS=yes
USE_PYTHON= 2
PYTHON_FEATURES=autoplist,distutils
USES= python:2
.include <bsd.port.mk>