aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-08-15 11:00:38 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-08-15 11:00:38 +0800
commit9b5d04817659081d00910652d596179daecccda5 (patch)
tree0628d02a1ec3697965e612db8ee25058f7907c30 /devel
parent15bedd03cccbf33c87c275fefadca84621916ee1 (diff)
downloadfreebsd-ports-gnome-9b5d04817659081d00910652d596179daecccda5.tar.gz
freebsd-ports-gnome-9b5d04817659081d00910652d596179daecccda5.tar.zst
freebsd-ports-gnome-9b5d04817659081d00910652d596179daecccda5.zip
- Use USES=python
Diffstat (limited to 'devel')
-rw-r--r--devel/py-gevent/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-gevent/Makefile b/devel/py-gevent/Makefile
index d82ddf339964..7798c5b2f45d 100644
--- a/devel/py-gevent/Makefile
+++ b/devel/py-gevent/Makefile
@@ -16,9 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= 2
+PYTHON_FEATURES=autoplist,distutils
+USES= python:2
post-build:
@${STRIP_CMD} ${WRKSRC}/gevent/_semaphore.so ${WRKSRC}/gevent/_util.so ${WRKSRC}/gevent/ares.so ${WRKSRC}/gevent/core.so