diff options
Diffstat (limited to 'graphics/flif/Makefile')
-rw-r--r-- | graphics/flif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/flif/Makefile b/graphics/flif/Makefile index 672a860128d6..90c13cc37948 100644 --- a/graphics/flif/Makefile +++ b/graphics/flif/Makefile @@ -12,7 +12,7 @@ COMMENT= Free Lossless Image Format LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE_Apache2 -LIB_DEPENDS= libpng16.so:graphics/png +LIB_DEPENDS= libpng.so:graphics/png USES= cmake compiler:c++11-lang gettext-runtime gnome localbase:ldflags pkgconfig sdl shared-mime-info USE_GITHUB= yes |