aboutsummaryrefslogtreecommitdiff
path: root/math/py-gmpy
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-21 16:54:54 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-21 16:54:54 +0000
commit214bd533a7aa7a2f42290138bc4f5d5cae9ce19d (patch)
treeb6e8a2e2e173200c3e989ccba48ea51ad0a5a047 /math/py-gmpy
parent6c0cb7e99c6b37a63f1cfe83248e49c09bf10996 (diff)
downloadports-214bd533a7aa7a2f42290138bc4f5d5cae9ce19d.tar.gz
ports-214bd533a7aa7a2f42290138bc4f5d5cae9ce19d.zip
Notes
Diffstat (limited to 'math/py-gmpy')
-rw-r--r--math/py-gmpy/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile
index 7b88e934bef8..cf00f16d7bda 100644
--- a/math/py-gmpy/Makefile
+++ b/math/py-gmpy/Makefile
@@ -13,10 +13,8 @@ COMMENT= Python Extension that Wraps the GMP Library
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
-USES= zip
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python zip
+USE_PYTHON= distutils autoplist
post-extract:
${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \