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 /math/plplot | |
parent | bae2105642e1e3e48d2116624a614b5993629c5a (diff) | |
download | freebsd-ports-gnome-e580b8463cb94874e758706ab6afe07b5bee5fdc.tar.gz freebsd-ports-gnome-e580b8463cb94874e758706ab6afe07b5bee5fdc.tar.zst freebsd-ports-gnome-e580b8463cb94874e758706ab6afe07b5bee5fdc.zip |
Cleanup LIB_DEPENDS on libpng
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index b8e860fa1404..75de36b02b1c 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -50,7 +50,7 @@ FORTRAN_CMAKE_BOOL= ENABLE_f95 FORTRAN_CONFIGURE_ENV= CMAKE_Fortran_COMPILER="${FC}" GD_LIB_DEPENDS= libgd.so:graphics/gd \ - libpng16.so:graphics/png + libpng.so:graphics/png GD_USES= jpeg GD_CMAKE_BOOL= PLD_png |