diff options
author | mva <mva@FreeBSD.org> | 2014-10-22 00:54:54 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-22 00:54:54 +0800 |
commit | b6827dcf26ed23173747cec0ea959becd8d8fa8c (patch) | |
tree | b6e8a2e2e173200c3e989ccba48ea51ad0a5a047 /math/py-gmpy | |
parent | 2bec37a737da3e1a962affdba65963280dd79a66 (diff) | |
download | freebsd-ports-gnome-b6827dcf26ed23173747cec0ea959becd8d8fa8c.tar.gz freebsd-ports-gnome-b6827dcf26ed23173747cec0ea959becd8d8fa8c.tar.zst freebsd-ports-gnome-b6827dcf26ed23173747cec0ea959becd8d8fa8c.zip |
- Convert ports of math/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'math/py-gmpy')
-rw-r--r-- | math/py-gmpy/Makefile | 6 |
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' \ |