diff options
Diffstat (limited to 'astro/astrometry/Makefile')
-rw-r--r-- | astro/astrometry/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index 288484c46eb6..1dd89f2744e6 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -16,12 +16,11 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ libcfitsio.so:${PORTSDIR}/astro/cfitsio \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png \ libnetpbm.so:${PORTSDIR}/graphics/netpbm RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake pkgconfig python tar:bzip2 +USES= gmake jpeg pkgconfig python tar:bzip2 USE_LDCONFIG= ${PREFIX}/${PORTNAME}/lib ALL_TARGET= all extra MAKE_ENV= INSTALL_DIR=${STAGEDIR}${PREFIX}/${PORTNAME} |