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/tdepim/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/tdepim/Makefile')
-rw-r--r-- | freebsd/tdepim/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/freebsd/tdepim/Makefile b/freebsd/tdepim/Makefile index b02dd1e92..0a718bdc7 100644 --- a/freebsd/tdepim/Makefile +++ b/freebsd/tdepim/Makefile @@ -27,7 +27,6 @@ LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \ LIB_DEPENDS+=\ libboost_system.so:${PORTSDIR}/devel/boost-libs \ libical.so:${PORTSDIR}/devel/libical \ - libopensync.so.0:${PORTSDIR}/devel/libopensync022 \ libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ libgpgme.so:${PORTSDIR}/security/gpgme \ libXss.so:${PORTSDIR}/x11/libXScrnSaver @@ -39,7 +38,6 @@ do-configure: tde-cmake-prepare ${TDE_CMAKE_CONFIGURE} \ \ -DBUILD_ALL="ON" \ - -DBUILD_KITCHENSYNC="ON" \ -DWITH_ARTS="ON" \ -DWITH_SASL="ON" \ -DWITH_NEWDISTRLISTS="ON" \ |