diff options
author | mva <mva@FreeBSD.org> | 2014-10-18 15:49:17 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-18 15:49:17 +0800 |
commit | c36e049de5a3c1e1dfb1a639f399e71f92073f61 (patch) | |
tree | aa620be369f59fba5519c752c5b05c57dbbffd60 /astro/py-aipy | |
parent | 7735728f9f08c987c46bbfec129d8c4b2b5f13b0 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |