diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-08-14 17:04:30 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-08-14 17:04:30 +0000 |
commit | a382bbffeb390cc4c3dc64d0aaa1ddb166cebbc5 (patch) | |
tree | 82ba7e2d54855b9c00035557f30412ac4c1c0c62 /astro/py-RO | |
parent | 634ecc67fee823e1ec0268010e24480214383f27 (diff) | |
download | ports-a382bbffeb390cc4c3dc64d0aaa1ddb166cebbc5.tar.gz ports-a382bbffeb390cc4c3dc64d0aaa1ddb166cebbc5.zip |
Notes
Diffstat (limited to 'astro/py-RO')
-rw-r--r-- | astro/py-RO/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/py-RO/Makefile b/astro/py-RO/Makefile index 691f66d0f822..2ab90164cc45 100644 --- a/astro/py-RO/Makefile +++ b/astro/py-RO/Makefile @@ -22,8 +22,8 @@ MATPLOTLIB_DESC= Add support for Matplotlib PYFITS_DESC= Add Support for PyFITS PYGAME_DESC= Add Support for PyGame -USES= python -PYTHON_FEATURES= distutils autoplist +USES= python +USE_PYTHON= distutils autoplist MATPLOTLIB_RUN_DEPENDS= ${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib PYFITS_RUN_DEPENDS= ${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits |