diff options
Diffstat (limited to 'astro/py-aipy/Makefile')
-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> |