pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pinentry security/pinentry: fix unknown confi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de1c3fea5b19
branches:  trunk
changeset: 404066:de1c3fea5b19
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 05 18:55:18 2019 +0000

description:
security/pinentry: fix unknown configure option

diffstat:

 security/pinentry/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f75f6e057477 -r de1c3fea5b19 security/pinentry/Makefile
--- a/security/pinentry/Makefile        Tue Nov 05 18:03:39 2019 +0000
+++ b/security/pinentry/Makefile        Tue Nov 05 18:55:18 2019 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.50 2019/11/04 21:12:58 rillig Exp $
+# $NetBSD: Makefile,v 1.51 2019/11/05 18:55:18 rillig Exp $
 
+PKGREVISION=           1
 COMMENT=               Applications for entering PINs or Passphrases
 
 CONFIGURE_ARGS+=       --enable-pinentry-tty
 CONFIGURE_ARGS+=       --enable-pinentry-emacs
-CONFIGURE_ARGS+=       --disable-pinentry-qt4
+CONFIGURE_ARGS+=       --disable-pinentry-qt5
 CONFIGURE_ARGS+=       --disable-pinentry-gnome3
 CONFIGURE_ARGS+=       --disable-pinentry-gtk2
 CONFIGURE_ARGS+=       --disable-pinentry-fltk



Home | Main Index | Thread Index | Old Index