aboutsummaryrefslogtreecommitdiff
path: root/astro/astrometry
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-01-23 15:21:52 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-01-23 15:21:52 +0000
commit9436ce76acd75680d988287bae48eed9d3f12bf1 (patch)
treea4c4988bd5d9a68d0f6733cf02c36ab3106e8012 /astro/astrometry
parent152f7a6ad15a2e245d74832558e8fe81c9a6f5b5 (diff)
downloadports-9436ce76acd75680d988287bae48eed9d3f12bf1.tar.gz
ports-9436ce76acd75680d988287bae48eed9d3f12bf1.zip
Canonicalize some dependencies on numpy
Notes
Notes: svn path=/head/; revision=377743
Diffstat (limited to 'astro/astrometry')
-rw-r--r--astro/astrometry/Makefile2
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 \