From a6d78ea243bd2661329b21a1e807ee480eb5c168 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 30 Aug 2020 23:53:59 +0000 Subject: [PATCH] pinentry: Makefile.common: mention use by pinentry-gnome3 --- security/pinentry/Makefile.common | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/pinentry/Makefile.common b/security/pinentry/Makefile.common index f0889854323d..63e62834b5eb 100644 --- a/security/pinentry/Makefile.common +++ b/security/pinentry/Makefile.common @@ -1,7 +1,9 @@ -# $NetBSD: Makefile.common,v 1.13 2019/02/13 17:42:07 wiz Exp $ +# $NetBSD: Makefile.common,v 1.14 2020/08/30 23:53:59 wiz Exp $ # -*- Makefile -*- +# # used by security/pinentry/Makefile # used by security/pinentry-fltk/Makefile +# used by security/pinentry-gnome3/Makefile # used by security/pinentry-gtk2/Makefile # used by security/pinentry-qt4/Makefile @@ -24,7 +26,6 @@ CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv} INFO_FILES= yes -BUILDLINK_API_DEPENDS.libassuan+= libassuan>=2.1.0 .include "../../security/libassuan2/buildlink3.mk" BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.16 .include "../../security/libgpg-error/buildlink3.mk"