From 4e3d472545218508a57a296d0ceed79bc8b4af6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 3 Jun 2017 13:40:20 +0200 Subject: FreeBSD: Update dependencies to match FreeBSD 11.x Prefer jpeg-turbo instead of the original jpeg Add gettext to common dependencies Disable kitchensync build in tdepim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/dependencies/tqt3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'freebsd/dependencies') diff --git a/freebsd/dependencies/tqt3/Makefile b/freebsd/dependencies/tqt3/Makefile index 2ac5a6154..5cbb7cefa 100644 --- a/freebsd/dependencies/tqt3/Makefile +++ b/freebsd/dependencies/tqt3/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake LIB_DEPENDS+= libmng.so:${PORTSDIR}/graphics/libmng \ libpng.so:${PORTSDIR}/graphics/png \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libjpeg.so:${PORTSDIR}/graphics/jpeg-turbo \ libglib-2.0.so:${PORTSDIR}/devel/glib20 USE_XORG= xcursor xinerama sm inputproto xi @@ -162,7 +162,7 @@ CONFIGURE_ARGS+=-disable-opengl .endif # WITHOUT_OPENGL .if ${PORT_OPTIONS:MCUPS} -LIB_DEPENDS+= libcups.so.2:${PORTSDIR}/print/cups-client +LIB_DEPENDS+= libcups.so.2:${PORTSDIR}/print/cups CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include .endif -- cgit v1.2.3