diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-11-23 20:15:38 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-11-23 20:15:38 +0800 |
commit | b7a3ef513a020331686197f86addceb7a3a25d6c (patch) | |
tree | dbbda119c58b35b7c2785a1adb3fda927e8f2139 /security/gpgme | |
parent | a63ca99ac40a0b88651787f0c61530fb28cdc2a1 (diff) | |
download | freebsd-ports-gnome-b7a3ef513a020331686197f86addceb7a3a25d6c.tar.gz freebsd-ports-gnome-b7a3ef513a020331686197f86addceb7a3a25d6c.tar.zst freebsd-ports-gnome-b7a3ef513a020331686197f86addceb7a3a25d6c.zip |
Fix conflict between libqgpgme from deskutils/kdepimlibs4 and security/qgpgme-qt5
Install the kde4 version of libqgpgme as libqgpgme4.
* Bump revision in affected dependencies -- not all ports using USE_KDE=pimlibs
actually link against libqgpgme.
* Remove conflict from security/gpgme-qt5
* Drop KDE3 hunks from patch-cmake__modules__FindQGpgme.cmake
PR: 212886
Reviewed by: rakuco
Approved by: rakuco (mentor)
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index fdcef245ed63..3553b1c1f856 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -70,7 +70,6 @@ LIB_DEPENDS+= libgpgmepp.so:security/gpgme-cpp CONFIGURE_ARGS+=--enable-languages="cpp qt" USES+= compiler:c++11-lib pkgconfig USE_QT5= buildtools_build core testlib -CONFLICTS_INSTALL= kdepimlibs-4.* . endif . if ${SLAVEPORT} == "python" |