diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 15:21:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 15:21:52 +0000 |
commit | 9436ce76acd75680d988287bae48eed9d3f12bf1 (patch) | |
tree | a4c4988bd5d9a68d0f6733cf02c36ab3106e8012 /astro/astrometry/Makefile | |
parent | 152f7a6ad15a2e245d74832558e8fe81c9a6f5b5 (diff) | |
download | ports-9436ce76acd75680d988287bae48eed9d3f12bf1.tar.gz ports-9436ce76acd75680d988287bae48eed9d3f12bf1.zip |
Notes
Diffstat (limited to 'astro/astrometry/Makefile')
-rw-r--r-- | astro/astrometry/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index db003a1d20a8..56edb9d13c15 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}.net-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Describes an astronomical image -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy +BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ libcfitsio.so:${PORTSDIR}/astro/cfitsio \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ |