diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2017-06-03 13:40:20 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-06-03 13:40:20 +0200 |
commit | 4e3d472545218508a57a296d0ceed79bc8b4af6e (patch) | |
tree | 2b7970fe9e6662ad6f4f6a9f560dd1fd296e0188 /freebsd/dependencies/tqt3/Makefile | |
parent | ed47c79f32f5abb049f4a2270a294fb533f14169 (diff) | |
download | tde-packaging-4e3d472545218508a57a296d0ceed79bc8b4af6e.tar.gz tde-packaging-4e3d472545218508a57a296d0ceed79bc8b4af6e.zip |
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
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/dependencies/tqt3/Makefile')
-rw-r--r-- | freebsd/dependencies/tqt3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |