diff options
Diffstat (limited to 'astro/py-RO/Makefile')
-rw-r--r-- | astro/py-RO/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/py-RO/Makefile b/astro/py-RO/Makefile index ce115db979cd..6c66055141fc 100644 --- a/astro/py-RO/Makefile +++ b/astro/py-RO/Makefile @@ -15,7 +15,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Package of Python astronomical utilities BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS= MATPLOTLIB "Add support for Matplotlib" Off \ PYFITS "Add Support for PyFITS" On \ |