diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-07 16:49:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-07 16:49:18 +0000 |
commit | 4ff4d574f94f669e575b43e194a4a036ea7f825f (patch) | |
tree | 5c152115f0479e0729b991aed0b1e827fc7bd84d /x11 | |
parent | 1437827f133e92ad4f9fde4373fbf61499c53ee9 (diff) | |
download | ports-4ff4d574f94f669e575b43e194a4a036ea7f825f.tar.gz ports-4ff4d574f94f669e575b43e194a4a036ea7f825f.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index c259ec82f4ee..d2118c634653 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --without-motif --without-ttf --without-editres \ USE_XORG= x11 xaw ice sm xpm xext xinerama LIB_DEPENDS+= libfreetype.so:print/freetype2 \ - libpng16.so:graphics/png + libpng.so:graphics/png OPTIONS_DEFINE= MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \ KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK JP \ |