6cedf41d8b
Provided by Michael Baeuerle via pkgsrc-wip. Add pinentry-qt5, remove pinentry-qt4. Noteworthy changes in version 1.1.1 (2021-01-21) ------------------------------------------------ * A EFL-based pinentry has been contributed. * Disable echoing in backspace key is pressed first (GTK, Qt, TQt, and ncurses pinentries). * Support line editing in TTY pinentry. * Remove support for old GTK+2 (< 2.12.0). * Various minor fixes.
13 lines
370 B
Makefile
13 lines
370 B
Makefile
# $NetBSD: buildlink3.mk,v 1.10 2021/02/06 10:26:53 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= pinentry
|
|
|
|
.if !defined(PINENTRY_BUILDLINK3_MK)
|
|
PINENTRY_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.pinentry+= pinentry>=0.7.1
|
|
BUILDLINK_ABI_DEPENDS.pinentry+= pinentry>=0.7.1nb3
|
|
BUILDLINK_PKGSRCDIR.pinentry?= ../../security/pinentry
|
|
.endif # PINENTRY_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -pinentry
|