summaryrefslogtreecommitdiff
path: root/security/pinentry-gtk2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-01-19 22:57:36 +0000
committerwiz <wiz@pkgsrc.org>2019-01-19 22:57:36 +0000
commit54f3efef5988aeacffba0d403b4fb4830c85160a (patch)
tree4576efdcbf4b6609ae792f31278a173f6aec04a3 /security/pinentry-gtk2
parent51c447ce0092e71cdbc663f1cec8781519e4a9eb (diff)
downloadpkgsrc-54f3efef5988aeacffba0d403b4fb4830c85160a.tar.gz
pinentry-gtk2: update to 1.1.0nb5.
Explicitly disable some optional dependencies. Update COMMENT and DESCR. From Michael Bäuerle via pkgsrc-wip.
Diffstat (limited to 'security/pinentry-gtk2')
-rw-r--r--security/pinentry-gtk2/DESCR4
-rw-r--r--security/pinentry-gtk2/Makefile10
2 files changed, 8 insertions, 6 deletions
diff --git a/security/pinentry-gtk2/DESCR b/security/pinentry-gtk2/DESCR
index eca2e9c1210..51c5dfc9d85 100644
--- a/security/pinentry-gtk2/DESCR
+++ b/security/pinentry-gtk2/DESCR
@@ -1,4 +1,4 @@
This is a collection of simple PIN or passphrase entry dialogs which
utilize the Assuan protocol as described by the aegypten project.
-It provides programs for several graphical toolkits, such as GTK+ and
-QT, as well as for the console, using curses.
+It provides programs for several graphical toolkits, such as FLTK,
+GTK+ and QT, as well as for the console, using curses.
diff --git a/security/pinentry-gtk2/Makefile b/security/pinentry-gtk2/Makefile
index 3bc74991ac8..06d5baf673d 100644
--- a/security/pinentry-gtk2/Makefile
+++ b/security/pinentry-gtk2/Makefile
@@ -1,18 +1,20 @@
-# $NetBSD: Makefile,v 1.46 2018/11/14 22:22:21 kleink Exp $
+# $NetBSD: Makefile,v 1.47 2019/01/19 22:57:36 wiz Exp $
PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gtk2-/}
-PKGREVISION= 4
-COMMENT= Applications for entering PINs or Passphrases, gtk2 enabled
+PKGREVISION= 5
+COMMENT= Applications for entering PINs or Passphrases, GTK+ enabled
.include "../../security/pinentry/Makefile.common"
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --enable-pinentry-gtk2
-CONFIGURE_ARGS+= --disable-pinentry-qt4
+CONFIGURE_ARGS+= --disable-pinentry-qt
CONFIGURE_ARGS+= --disable-pinentry-curses
CONFIGURE_ARGS+= --disable-pinentry-emacs
#CONFIGURE_ARGS+= --disable-fallback-curses
CONFIGURE_ARGS+= --disable-pinentry-gnome3
+CONFIGURE_ARGS+= --disable-pinentry-fltk
+CONFIGURE_ARGS+= --disable-libsecret
INSTALL_DIRS= gtk+-2