From 7af389b73004bfb839a8b1f4de370f215a490dfb Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 25 Feb 2018 16:46:51 +0000 Subject: Canonicalize dependency on libpng --- audio/zynaddsubfx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/zynaddsubfx') 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 -- cgit v1.2.3