diff options
Diffstat (limited to 'astro/py-aipy/Makefile')
-rw-r--r-- | astro/py-aipy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/py-aipy/Makefile b/astro/py-aipy/Makefile index 9edff6a5e91c..9fd5de4d0c46 100644 --- a/astro/py-aipy/Makefile +++ b/astro/py-aipy/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem \ ${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits \ ${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes |