diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-01 15:19:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-01 15:19:53 +0800 |
commit | e580b8463cb94874e758706ab6afe07b5bee5fdc (patch) | |
tree | a1241ac24ea63b66890905df15560da398f67ebd /astro | |
parent | bae2105642e1e3e48d2116624a614b5993629c5a (diff) | |
download | freebsd-ports-graphics-e580b8463cb94874e758706ab6afe07b5bee5fdc.tar.gz freebsd-ports-graphics-e580b8463cb94874e758706ab6afe07b5bee5fdc.tar.zst freebsd-ports-graphics-e580b8463cb94874e758706ab6afe07b5bee5fdc.zip |
Cleanup LIB_DEPENDS on libpng
Diffstat (limited to 'astro')
-rw-r--r-- | astro/wcslib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile index c1a6cdc4df4..9237c6580c7 100644 --- a/astro/wcslib/Makefile +++ b/astro/wcslib/Makefile @@ -31,7 +31,7 @@ CFITSIO_CONFIGURE_WITH= cfitsio CFITSIO_LIB_DEPENDS= libcfitsio.so:astro/cfitsio PGPLOT_CONFIGURE_WITH= pgplot PGPLOT_LIB_DEPENDS= libpgplot.so:graphics/pgplot \ - libpng16.so:graphics/png + libpng.so:graphics/png PGPLOT_USE= XORG=x11 post-patch: |