summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-14 13:08:10 +0000
committernia <nia@pkgsrc.org>2021-05-14 13:08:10 +0000
commit5c0b1d5b5dd48e47e9541722f2d5999dc004d1b6 (patch)
treedad00366e6636a2a3e3ee463c37b7419c31997eb /net
parent7cae1274db602eccbb0d1b6d77f656b6b92c75bd (diff)
downloadpkgsrc-5c0b1d5b5dd48e47e9541722f2d5999dc004d1b6.tar.gz
knot: needs editline
Diffstat (limited to 'net')
-rw-r--r--net/knot/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile
index 2961a0e38ef..31b7cbea121 100644
--- a/net/knot/Makefile
+++ b/net/knot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2021/04/21 13:25:10 adam Exp $
+# $NetBSD: Makefile,v 1.63 2021/05/14 13:08:10 nia Exp $
DISTNAME= knot-3.0.4
PKGREVISION= 1
@@ -60,9 +60,10 @@ INSTALLATION_DIRS= ${EGDIR}
OWN_DIRS+= ${VARBASE}/knot
.include "../../databases/lmdb/buildlink3.mk"
+.include "../../devel/editline/buildlink3.mk"
+.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/userspace-rcu/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../textproc/jansson/buildlink3.mk"
-.include "../../devel/libidn/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"