diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-08 08:12:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-08 08:12:26 +0000 |
commit | 2b65172844f3099450b0df329157d1e0266fde97 (patch) | |
tree | b1d28b92cb719b348ecdc41071b7a14771b40ba3 /astro/astrometry/Makefile | |
parent | 12c33ab7367569f069e88dbd9217040328e92994 (diff) | |
download | ports-2b65172844f3099450b0df329157d1e0266fde97.tar.gz ports-2b65172844f3099450b0df329157d1e0266fde97.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 daa0ef4fb2ef..12a47f1b2e22 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy -USES= gmake +USES= gmake pkgconfig USE_PYTHON= 2.5+ ALL_TARGET= all extra MAKE_ENV= INSTALL_DIR=${PREFIX}/astrometry |