pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pinentry



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Nov  5 18:55:19 UTC 2019

Modified Files:
        pkgsrc/security/pinentry: Makefile

Log Message:
security/pinentry: fix unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/security/pinentry/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/pinentry/Makefile
diff -u pkgsrc/security/pinentry/Makefile:1.50 pkgsrc/security/pinentry/Makefile:1.51
--- pkgsrc/security/pinentry/Makefile:1.50      Mon Nov  4 21:12:58 2019
+++ pkgsrc/security/pinentry/Makefile   Tue Nov  5 18:55:18 2019
@@ -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