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 /textproc/fldiff | |
parent | 291a06448fc7267353e933aa326e195eefe719e8 (diff) | |
download | freebsd-ports-07faea058d25239040eaa912a331e5cc33588f1a.zip |
Cleanup LIB_DEPENDS on libpng
Diffstat (limited to 'textproc/fldiff')
-rw-r--r-- | textproc/fldiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index 8547af1891fc..918a09cf1663 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig \ - libpng16.so:graphics/png + libpng.so:graphics/png GNU_CONFIGURE= yes USES= jpeg |