summaryrefslogtreecommitdiff
path: root/graphics/magnum-plugins/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-06-16 16:05:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-06-16 16:05:28 +0000
commite19903f0aea4d3e3b020dfeb7917e5da969abe6f (patch)
treeaf3dcd22e084ce9821b354f102726fb6b290181e /graphics/magnum-plugins/Makefile
parenta8386f0b2645ad78a65832daf838a5a141c4e907 (diff)
downloadfreebsd-ports-e19903f0aea4d3e3b020dfeb7917e5da969abe6f.zip
Clean up LIB_DEPENDS
Diffstat (limited to 'graphics/magnum-plugins/Makefile')
-rw-r--r--graphics/magnum-plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/magnum-plugins/Makefile b/graphics/magnum-plugins/Makefile
index 1f3eb5b1772d..537ac2123d00 100644
--- a/graphics/magnum-plugins/Makefile
+++ b/graphics/magnum-plugins/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= libassimp.so:multimedia/assimp \
libfreetype.so:print/freetype2 \
libIL.so:graphics/devil \
libMagnum.so:graphics/magnum \
- libpng16.so:graphics/png
+ libpng.so:graphics/png
USES= cmake compiler:c++14-lang gl jpeg openal
USE_GITHUB= yes