diff options
author | wiz <wiz@pkgsrc.org> | 2019-01-19 22:57:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-01-19 22:57:36 +0000 |
commit | 54f3efef5988aeacffba0d403b4fb4830c85160a (patch) | |
tree | 4576efdcbf4b6609ae792f31278a173f6aec04a3 /security/pinentry-gtk2 | |
parent | 51c447ce0092e71cdbc663f1cec8781519e4a9eb (diff) | |
download | pkgsrc-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/DESCR | 4 | ||||
-rw-r--r-- | security/pinentry-gtk2/Makefile | 10 |
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 |