summaryrefslogtreecommitdiff
path: root/comms/asterisk16/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-03-22 22:36:51 +0000
committertnn <tnn@pkgsrc.org>2020-03-22 22:36:51 +0000
commita2f54a50a313abd6d1dfe9239527f20714561af0 (patch)
tree20f4a0df0999204d5d14e970f899611af35783ea /comms/asterisk16/Makefile
parent2318cb63b94aef22f2f87fa09a609256fbd3b6dc (diff)
downloadpkgsrc-a2f54a50a313abd6d1dfe9239527f20714561af0.tar.gz
asterisk16: configure asks for -ledit. Comply.
Diffstat (limited to 'comms/asterisk16/Makefile')
-rw-r--r--comms/asterisk16/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/asterisk16/Makefile b/comms/asterisk16/Makefile
index 66d26b0ef5f..3e01dda8e8a 100644
--- a/comms/asterisk16/Makefile
+++ b/comms/asterisk16/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2020/03/10 22:09:30 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2020/03/22 22:36:51 tnn Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -293,6 +293,7 @@ LDFLAGS+= -L${PREFIX}/lib
.endif
.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../devel/editline/buildlink3.mk"
.include "../../devel/libuuid/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/application.mk"