diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-01 15:19:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-01 15:19:53 +0800 |
commit | e580b8463cb94874e758706ab6afe07b5bee5fdc (patch) | |
tree | a1241ac24ea63b66890905df15560da398f67ebd /x11-fm/xfe/Makefile | |
parent | bae2105642e1e3e48d2116624a614b5993629c5a (diff) | |
download | freebsd-ports-gnome-e580b8463cb94874e758706ab6afe07b5bee5fdc.tar.gz freebsd-ports-gnome-e580b8463cb94874e758706ab6afe07b5bee5fdc.tar.zst freebsd-ports-gnome-e580b8463cb94874e758706ab6afe07b5bee5fdc.zip |
Cleanup LIB_DEPENDS on libpng
Diffstat (limited to 'x11-fm/xfe/Makefile')
-rw-r--r-- | x11-fm/xfe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile index 52cf64ee0ef2..f87547c4af24 100644 --- a/x11-fm/xfe/Makefile +++ b/x11-fm/xfe/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libpng16.so:graphics/png + libpng.so:graphics/png USES= desktop-file-utils gmake localbase pathfix USE_XORG= x11 xft xrandr xrender |