diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-07-27 20:37:05 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-07-27 20:37:05 +0000 |
commit | 01d296d407c6ba411e3aac3f60a6f8dd9a394c57 (patch) | |
tree | fe2f016e12b011e8a9cfaceeccc2bf9ab23d2371 /security | |
parent | abd89dd0f816848024b2a84305792af06b4b7298 (diff) | |
download | pkgsrc-01d296d407c6ba411e3aac3f60a6f8dd9a394c57.tar.gz |
p5-Net-DNS-SEC: Requires openssl.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-DNS-SEC/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Net-DNS-SEC/Makefile b/security/p5-Net-DNS-SEC/Makefile index e87a167104a..7f46a96a0fb 100644 --- a/security/p5-Net-DNS-SEC/Makefile +++ b/security/p5-Net-DNS-SEC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2018/06/06 11:06:53 wen Exp $ +# $NetBSD: Makefile,v 1.41 2018/07/27 20:37:05 jperkin Exp $ DISTNAME= Net-DNS-SEC-1.09 PKGNAME= p5-${DISTNAME} @@ -38,4 +38,5 @@ post-install: .endfor .include "../../lang/perl5/module.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |