pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/pinentry fix spelling of gtk2 default
details: https://anonhg.NetBSD.org/pkgsrc/rev/1503f9a03263
branches: trunk
changeset: 571134:1503f9a03263
user: drochner <drochner%pkgsrc.org@localhost>
date: Mon Feb 08 11:43:23 2010 +0000
description:
fix spelling of gtk2 default
diffstat:
security/pinentry/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6c5a4ed46c53 -r 1503f9a03263 security/pinentry/options.mk
--- a/security/pinentry/options.mk Mon Feb 08 10:49:19 2010 +0000
+++ b/security/pinentry/options.mk Mon Feb 08 11:43:23 2010 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index