diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg21/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/gnupg21/Makefile b/security/gnupg21/Makefile index 6ce73c1c6a2..e3d61e8dfdb 100644 --- a/security/gnupg21/Makefile +++ b/security/gnupg21/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/07/04 05:26:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2015/07/04 23:21:27 ryoon Exp $ DISTNAME= gnupg-2.1.6 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} @@ -11,7 +11,9 @@ HOMEPAGE= https://www.gnupg.org/ COMMENT= GNUpg with OpenPGP and S/MIME capabilities LICENSE= gnu-gpl-v3 -BUILD_DEFS+= VARBASE +CONFLICTS= dirmngr-[0-9]* + +BUILD_DEFS+= VARBASE USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config makeinfo USE_LIBTOOL= yes |