summaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-02-03 14:51:55 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-02-03 14:51:55 +0000
commit180ca9ac0ae4f332d4172a9419022bfa99d17b22 (patch)
treec6bdb455c9d3880543fd28759df51b13d207c063 /security/Makefile
parentfff0fca6dbe955a70c06309d93e49da06cf97468 (diff)
downloadpkgsrc-180ca9ac0ae4f332d4172a9419022bfa99d17b22.tar.gz
Re-add a package for go-crypto-acme.
The acme package has a dependency on go-net but go-net depends on go-crypto. Separate it out to prevent a circular dependency.
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile
index d3a0e445760..24497c1584e 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.736 2020/01/19 14:23:55 taca Exp $
+# $NetBSD: Makefile,v 1.737 2020/02/03 14:51:55 bsiegert Exp $
#
COMMENT= Security tools
@@ -102,6 +102,7 @@ SUBDIR+= gnutls
SUBDIR+= go-asn1-ber
SUBDIR+= go-crypt
SUBDIR+= go-crypto
+SUBDIR+= go-crypto-acme
SUBDIR+= go-mkcert
SUBDIR+= go-oauth2
SUBDIR+= go-sftp