diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-06-03 12:44:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-06-03 12:44:04 +0000 |
commit | 036e3cbe0dd5d8e6011c89a905c18ee91e267305 (patch) | |
tree | 2cd987f58d7d1ad2e5520e6ca5831e34c11de98a /math/mathgl/Makefile | |
parent | ebb1ae8d2b7babbe87e606b64525c2927fc8e322 (diff) | |
download | ports-036e3cbe0dd5d8e6011c89a905c18ee91e267305.tar.gz ports-036e3cbe0dd5d8e6011c89a905c18ee91e267305.zip |
Notes
Diffstat (limited to 'math/mathgl/Makefile')
-rw-r--r-- | math/mathgl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mathgl/Makefile b/math/mathgl/Makefile index cd060eb677a9..dc80a4af0a9b 100644 --- a/math/mathgl/Makefile +++ b/math/mathgl/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libgif.so:graphics/giflib \ libhdf5.so:science/hdf5 \ libhpdf.so:print/libharu \ libltdl.so:devel/libltdl \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libsz.so:science/szip USES= cmake:outsource jpeg gettext-runtime python:2.7 |