aboutsummaryrefslogtreecommitdiffstats
path: root/astro/astrometry
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-01-23 23:21:52 +0800
committerantoine <antoine@FreeBSD.org>2015-01-23 23:21:52 +0800
commit4200e0a77c3889d1fa773d849e2d7de9cd7ca89b (patch)
treea4c4988bd5d9a68d0f6733cf02c36ab3106e8012 /astro/astrometry
parentf74423e9312ae8df25cfa579f1cef23d6c10f40a (diff)
downloadfreebsd-ports-gnome-4200e0a77c3889d1fa773d849e2d7de9cd7ca89b.tar.gz
freebsd-ports-gnome-4200e0a77c3889d1fa773d849e2d7de9cd7ca89b.tar.zst
freebsd-ports-gnome-4200e0a77c3889d1fa773d849e2d7de9cd7ca89b.zip
Canonicalize some dependencies on numpy
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 \