diff options
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 89d065ec3a15..f346197595ef 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ libcfitsio.so:${PORTSDIR}/astro/cfitsio \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libnetpbm.so:${PORTSDIR}/graphics/netpbm RUN_DEPENDS:= ${BUILD_DEPENDS} |