diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-01 07:19:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-01 07:19:53 +0000 |
commit | 07faea058d25239040eaa912a331e5cc33588f1a (patch) | |
tree | a1241ac24ea63b66890905df15560da398f67ebd /net-im | |
parent | Upgrade to 4.7.6 (diff) |
Cleanup LIB_DEPENDS on libpng
Notes
Notes:
svn path=/head/; revision=455251
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/toxic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index 3b4c80802577..ce516a1cceea 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat LIB_DEPENDS= libvpx.so:multimedia/libvpx \ libsodium.so:security/libsodium \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libopus.so:audio/opus \ libcurl.so:ftp/curl \ libv4l2.so:multimedia/libv4l \ |