diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-13 00:33:16 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-13 00:33:16 +0800 |
commit | 8f2b1a56f91461ecdd0912e41d0c6c73a9a654bb (patch) | |
tree | 33393f2c733ce35e9962e37f9feef0849035d2ad /net-im/kopete-kde4 | |
parent | 9cab4e24217324ab6db5ce0063eecb7bde546b67 (diff) | |
download | freebsd-ports-gnome-8f2b1a56f91461ecdd0912e41d0c6c73a9a654bb.tar.gz freebsd-ports-gnome-8f2b1a56f91461ecdd0912e41d0c6c73a9a654bb.tar.zst freebsd-ports-gnome-8f2b1a56f91461ecdd0912e41d0c6c73a9a654bb.zip |
- Update devel/qca to version 2.1.0
- Plugins are no longer available separately so remove security/qca-* and
replace them with options in devel/qca
- Adjust all ports that depended on security/qca-*
- This also fixes the build of the OpenSSL plugin when OpenSSL doesn't
support SSLv2
Approved by: kde (rakuco)
Diffstat (limited to 'net-im/kopete-kde4')
-rw-r--r-- | net-im/kopete-kde4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/kopete-kde4/Makefile b/net-im/kopete-kde4/Makefile index 555522071f36..44ccc6b25d62 100644 --- a/net-im/kopete-kde4/Makefile +++ b/net-im/kopete-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= kopete PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -26,8 +26,7 @@ LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libjsoncpp.so:${PORTSDIR}/devel/jsoncpp BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat \ ${LOCALBASE}/lib/mediastreamer/plugins/libmsilbc.so:${PORTSDIR}/audio/msilbc -RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl \ - ${LOCALBASE}/lib/mediastreamer/plugins/libmsilbc.so:${PORTSDIR}/audio/msilbc +RUN_DEPENDS= ${LOCALBASE}/lib/mediastreamer/plugins/libmsilbc.so:${PORTSDIR}/audio/msilbc USES= cmake:outsource pkgconfig shebangfix tar:xz webplugin:native USE_GNOME= libxml2 libxslt |