diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-01-21 10:38:38 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-01-21 10:38:38 +0000 |
commit | 4e6233d1c54c6cf533da71d62354ceb02681eddd (patch) | |
tree | c9341fef1e27c865042693ac2113d7dee687687c /security/pinentry | |
parent | 665141259d6a1e414248fadb7452a7f6e799ba53 (diff) | |
download | ports-4e6233d1c54c6cf533da71d62354ceb02681eddd.tar.gz ports-4e6233d1c54c6cf533da71d62354ceb02681eddd.zip |
Notes
Diffstat (limited to 'security/pinentry')
-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 |