diff options
author | makc <makc@FreeBSD.org> | 2015-01-21 18:38:38 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-01-21 18:38:38 +0800 |
commit | 802d0a7aa2823ef7b19f9e70c874d5288b155184 (patch) | |
tree | c9341fef1e27c865042693ac2113d7dee687687c | |
parent | 5da87771b31000c3612fa9d6af482f8fe5397dfe (diff) | |
download | freebsd-ports-gnome-802d0a7aa2823ef7b19f9e70c874d5288b155184.tar.gz freebsd-ports-gnome-802d0a7aa2823ef7b19f9e70c874d5288b155184.tar.zst freebsd-ports-gnome-802d0a7aa2823ef7b19f9e70c874d5288b155184.zip |
security/pinentry:
- Make it apparent that Qt 4 frontend is broken on 10.x and greater
PR: 196681
Submitted by: Gerard Seibert
-rw-r--r-- | security/pinentry/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 0b7367c75cdf..0f919a902e4d 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -36,7 +36,11 @@ GTK2_DESC= Gtk+ 2 frontend PINENTRY_GTK2= pinentry-gtk-2 GTK2_RUN_DEPENDS= ${PINENTRY_GTK2}:${PORTSDIR}/security/pinentry-gtk2 +.if exists(/usr/lib/libc++.so) +QT4_DESC= Qt 4 frontend (broken) +.else QT4_DESC= Qt 4 frontend +.endif PINENTRY_QT4= pinentry-qt4 QT4_RUN_DEPENDS= ${PINENTRY_QT4}:${PORTSDIR}/security/pinentry-qt4 |