summaryrefslogtreecommitdiff
path: root/security/pinentry
diff options
context:
space:
mode:
authordrochner <drochner>2010-02-08 11:43:23 +0000
committerdrochner <drochner>2010-02-08 11:43:23 +0000
commit82ae081048adc30d45060fde46d4dfb4f8aff3b8 (patch)
tree5e796cd9dfc75894663c03219064261820310ae7 /security/pinentry
parent23e9284a1bf854ab849099ce3320c624fca71549 (diff)
downloadpkgsrc-82ae081048adc30d45060fde46d4dfb4f8aff3b8.tar.gz
fix spelling of gtk2 default
Diffstat (limited to 'security/pinentry')
-rw-r--r--security/pinentry/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pinentry/options.mk b/security/pinentry/options.mk
index 9f4c9e41aa8..79e6bf65840 100644
--- a/security/pinentry/options.mk
+++ b/security/pinentry/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2010/02/07 15:36:58 drochner Exp $
+# $NetBSD: options.mk,v 1.7 2010/02/08 11:43:23 drochner Exp $
#
# XXX This usage of bsd.options.mk is incorrect. The package should
@@ -20,7 +20,7 @@ PINENTRY_DEFAULT= gtk
CONFIGURE_ARGS+= --disable-pinentry-gtk2
.if !empty(PKG_OPTIONS:Mgtk2)
DEPENDS+= pinentry-gtk2-[0-9]*:../../security/pinentry-gtk2
-PINENTRY_DEFAULT= gtk2
+PINENTRY_DEFAULT= gtk-2
.endif
CONFIGURE_ARGS+= --disable-pinentry-qt