diff options
author | drochner <drochner@pkgsrc.org> | 2010-02-08 11:43:23 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-02-08 11:43:23 +0000 |
commit | 5ce28323e945d97861eae2c70eb420e8ab75bef4 (patch) | |
tree | 5e796cd9dfc75894663c03219064261820310ae7 /security | |
parent | 9e6f6bdca7b917e2d875ee202779553e825ec0d2 (diff) | |
download | pkgsrc-5ce28323e945d97861eae2c70eb420e8ab75bef4.tar.gz |
fix spelling of gtk2 default
Diffstat (limited to 'security')
-rw-r--r-- | security/pinentry/options.mk | 4 |
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 |