diff options
author | antoine <antoine@FreeBSD.org> | 2018-06-03 20:44:04 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-06-03 20:44:04 +0800 |
commit | 6793e55a748f97913d47512b5b946c4b2bc9ef5b (patch) | |
tree | 2cd987f58d7d1ad2e5520e6ca5831e34c11de98a /graphics/maim | |
parent | 8d6b86afefea9ea102490e1d925625b282c11604 (diff) | |
download | freebsd-ports-gnome-6793e55a748f97913d47512b5b946c4b2bc9ef5b.tar.gz freebsd-ports-gnome-6793e55a748f97913d47512b5b946c4b2bc9ef5b.tar.zst freebsd-ports-gnome-6793e55a748f97913d47512b5b946c4b2bc9ef5b.zip |
Canonicalize dependency on libpng
Diffstat (limited to 'graphics/maim')
-rw-r--r-- | graphics/maim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index 6a5607e3d22f..c5cf1eca3e88 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ libicuuc.so:devel/icu \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libslopy.so:x11/slop USES= cmake jpeg |