summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2014-06-29 06:53:41 +0000
committerdholland <dholland@pkgsrc.org>2014-06-29 06:53:41 +0000
commit8af43b2f48495f726f20583613c3957758430888 (patch)
treed93af491e67b19b9d207faee5a697601e5396ef3 /net
parentdd1bc5ea35ed9ea11f7e849405dd0fb13572924d (diff)
downloadpkgsrc-8af43b2f48495f726f20583613c3957758430888.tar.gz
add missing openssl buildlink, appeared in linux build
Diffstat (limited to 'net')
-rw-r--r--net/knot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile
index 13276f45d72..11a46a69443 100644
--- a/net/knot/Makefile
+++ b/net/knot/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2014/06/02 11:57:17 pettai Exp $
+# $NetBSD: Makefile,v 1.20 2014/06/29 06:53:41 dholland Exp $
DISTNAME= knot-1.4.6
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= https://secure.nic.cz/files/knot-dns/
@@ -40,4 +41,5 @@ INSTALLATION_DIRS= ${EGDIR} ${KNOT_SYSCONFDIR}
OWN_DIRS+= ${VARBASE}/knot
.include "../../devel/userspace-rcu/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"