pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/knot



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 13:08:10 UTC 2021

Modified Files:
        pkgsrc/net/knot: Makefile

Log Message:
knot: needs editline


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/knot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/knot/Makefile
diff -u pkgsrc/net/knot/Makefile:1.62 pkgsrc/net/knot/Makefile:1.63
--- pkgsrc/net/knot/Makefile:1.62       Wed Apr 21 13:25:10 2021
+++ pkgsrc/net/knot/Makefile    Fri May 14 13:08:10 2021
@@ -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"



Home | Main Index | Thread Index | Old Index