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 /editors/pdfedit | |
parent | 291a06448fc7267353e933aa326e195eefe719e8 (diff) | |
download | freebsd-ports-07faea058d25239040eaa912a331e5cc33588f1a.zip |
Cleanup LIB_DEPENDS on libpng
Diffstat (limited to 'editors/pdfedit')
-rw-r--r-- | editors/pdfedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile index f233612bb4bc..91f7aabb3623 100644 --- a/editors/pdfedit/Makefile +++ b/editors/pdfedit/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libt1.so:devel/t1lib USES= gmake perl5 tar:bzip2 |