diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-01 15:19:53 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-01 15:19:53 +0800 |
commit | 07faea058d25239040eaa912a331e5cc33588f1a (patch) | |
tree | a1241ac24ea63b66890905df15560da398f67ebd /emulators/mgba | |
parent | 291a06448fc7267353e933aa326e195eefe719e8 (diff) | |
download | freebsd-ports-gnome-07faea058d25239040eaa912a331e5cc33588f1a.tar.gz freebsd-ports-gnome-07faea058d25239040eaa912a331e5cc33588f1a.tar.zst freebsd-ports-gnome-07faea058d25239040eaa912a331e5cc33588f1a.zip |
Cleanup LIB_DEPENDS on libpng
Diffstat (limited to 'emulators/mgba')
-rw-r--r-- | emulators/mgba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile index 21c445457337..ffe28e0de2af 100644 --- a/emulators/mgba/Makefile +++ b/emulators/mgba/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE_LGPL21+= ${WRKSRC}/src/third-party/blip_buf/license.txt LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= cmake:outsource compiler:c++11-lang localbase:ldflags pkgconfig sqlite:3 |