summaryrefslogtreecommitdiff
path: root/audio/zynaddsubfx
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-02-25 16:46:51 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-02-25 16:46:51 +0000
commit7af389b73004bfb839a8b1f4de370f215a490dfb (patch)
tree4602dfe2308686abde7f43b4fe1e87e105dda89c /audio/zynaddsubfx
parentUpgrade to 7.0. (diff)
Canonicalize dependency on libpng
Notes
Notes: svn path=/head/; revision=462964
Diffstat (limited to 'audio/zynaddsubfx')
-rw-r--r--audio/zynaddsubfx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/zynaddsubfx/Makefile b/audio/zynaddsubfx/Makefile
index 48998111a95f..de0fd65190b6 100644
--- a/audio/zynaddsubfx/Makefile
+++ b/audio/zynaddsubfx/Makefile
@@ -37,7 +37,7 @@ DSSI_CFLAGS= -I${LOCALBASE}/include/dssi
DSSI_CMAKE_OFF= -DDssiEnable:BOOL=OFF
GUI_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
- libpng16.so:graphics/png \
+ libpng.so:graphics/png \
libfontconfig.so:x11-fonts/fontconfig
GUI_ON= -DGuiModule:STRING=fltk
GUI_CMAKE_OFF= -DGuiModule:STRING=OFF