aboutsummaryrefslogtreecommitdiffstats
path: root/astro/py-aipy
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-18 15:49:17 +0800
committermva <mva@FreeBSD.org>2014-10-18 15:49:17 +0800
commitc36e049de5a3c1e1dfb1a639f399e71f92073f61 (patch)
treeaa620be369f59fba5519c752c5b05c57dbbffd60 /astro/py-aipy
parent7735728f9f08c987c46bbfec129d8c4b2b5f13b0 (diff)
downloadfreebsd-ports-gnome-c36e049de5a3c1e1dfb1a639f399e71f92073f61.tar.gz
freebsd-ports-gnome-c36e049de5a3c1e1dfb1a639f399e71f92073f61.tar.zst
freebsd-ports-gnome-c36e049de5a3c1e1dfb1a639f399e71f92073f61.zip
- Convert ports from accessibility/, archivers/ and astro/ to new
USES=python Approved by: portmgr (implicit) With hat: python@
Diffstat (limited to 'astro/py-aipy')
-rw-r--r--astro/py-aipy/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/py-aipy/Makefile b/astro/py-aipy/Makefile
index ae51ffd1e672..d63e2d0b02f6 100644
--- a/astro/py-aipy/Makefile
+++ b/astro/py-aipy/Makefile
@@ -17,8 +17,7 @@ BUILD_DEPENDS= ${PYNUMPY} \
${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>