diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-23 23:21:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-23 23:21:52 +0800 |
commit | 4200e0a77c3889d1fa773d849e2d7de9cd7ca89b (patch) | |
tree | a4c4988bd5d9a68d0f6733cf02c36ab3106e8012 /astro/astrometry | |
parent | f74423e9312ae8df25cfa579f1cef23d6c10f40a (diff) | |
download | freebsd-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/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 \ |