diff options
author | Slávek Banko <[email protected]> | 2017-06-03 13:40:20 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-06-03 13:40:20 +0200 |
commit | 4e3d472545218508a57a296d0ceed79bc8b4af6e (patch) | |
tree | 2b7970fe9e6662ad6f4f6a9f560dd1fd296e0188 /freebsd/libraries/libkdcraw/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 <[email protected]>
Diffstat (limited to 'freebsd/libraries/libkdcraw/Makefile')
-rw-r--r-- | freebsd/libraries/libkdcraw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/libraries/libkdcraw/Makefile b/freebsd/libraries/libkdcraw/Makefile index 083d9f453..71f09f293 100644 --- a/freebsd/libraries/libkdcraw/Makefile +++ b/freebsd/libraries/libkdcraw/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface LIB_DEPENDS+=\ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libjpeg.so:${PORTSDIR}/graphics/jpeg-turbo \ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ # Build |