summaryrefslogtreecommitdiff
path: root/security/pinentry
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2015-01-21 10:38:38 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2015-01-21 10:38:38 +0000
commit4e6233d1c54c6cf533da71d62354ceb02681eddd (patch)
treec9341fef1e27c865042693ac2113d7dee687687c /security/pinentry
parenttextproc/yodl: Update version 3.04.00=>3.05.00 (diff)
security/pinentry:
- Make it apparent that Qt 4 frontend is broken on 10.x and greater PR: 196681 Submitted by: Gerard Seibert
Notes
Notes: svn path=/head/; revision=377584
Diffstat (limited to 'security/pinentry')
-rw-r--r--security/pinentry/Makefile4
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