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/kipi-plugins | |
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/kipi-plugins')
-rw-r--r-- | freebsd/libraries/kipi-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/libraries/kipi-plugins/Makefile b/freebsd/libraries/kipi-plugins/Makefile index 104e6b739..1a9be126c 100644 --- a/freebsd/libraries/kipi-plugins/Makefile +++ b/freebsd/libraries/kipi-plugins/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface -BUILD_DEPENDS+=\ +LIB_DEPENDS+=\ libexiv2.so:${PORTSDIR}/graphics/exiv2 \ libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 \ libgpod.so:${PORTSDIR}/audio/libgpod \ |