diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-26 00:46:51 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-26 00:46:51 +0800 |
commit | f1de58ebae80107199572c95c3279a11b9e711f8 (patch) | |
tree | 4602dfe2308686abde7f43b4fe1e87e105dda89c /textproc | |
parent | 4fb8ea2122306aa52a16abb20890bd1dae8d2602 (diff) | |
download | freebsd-ports-gnome-f1de58ebae80107199572c95c3279a11b9e711f8.tar.gz freebsd-ports-gnome-f1de58ebae80107199572c95c3279a11b9e711f8.tar.zst freebsd-ports-gnome-f1de58ebae80107199572c95c3279a11b9e711f8.zip |
Canonicalize dependency on libpng
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/wv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index b7afc5318a2b..2f22d665218b 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libwmf.so:graphics/libwmf USES= gmake jpeg pkgconfig libtool |