aboutsummaryrefslogtreecommitdiff
path: root/security/pinentry
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-06-19 14:14:13 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-06-19 14:14:13 +0000
commit030e7b83cf86d07577f9764b35fccc454fc3301e (patch)
treef184dd91ea2685b53ad8b0f880ab3c7abd00b9a6 /security/pinentry
parent3d4edf2fac2d52f40f2b5b1449671731387f353e (diff)
Notes
Diffstat (limited to 'security/pinentry')
-rw-r--r--security/pinentry/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 6864efd4112b..2767af9b1d35 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -27,7 +27,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
.if !defined(PINENTRY_SLAVE)
OPTIONS_MULTI= FRONTEND
OPTIONS_MULTI_FRONTEND= NCURSES GTK GTK2 QT3 QT4
-OPTIONS_DEFAULT= ${OPTIONS_MULTI_FRONTEND}
+OPTIONS_DEFAULT= ${OPTIONS_MULTI_FRONTEND:NQT3}
NCURSES_DESC= Curses frontend
GTK_DESC= Gtk+1 frontend