summaryrefslogtreecommitdiff
path: root/chat/jabberd2
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2016-12-04 03:51:14 +0000
committermarino <marino@pkgsrc.org>2016-12-04 03:51:14 +0000
commit0d64b56801bd0dc7f3c42a31353345344fc6bcbe (patch)
tree34efd5e517da4214f5f0803b43fcfa123eaa97c9 /chat/jabberd2
parente42ae9892a6a1b95e9d9013f7f018684307d7cbe (diff)
downloadpkgsrc-0d64b56801bd0dc7f3c42a31353345344fc6bcbe.tar.gz
Specify readline requirement on 30 packages
Solves: /usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline The missing specification is obvious on DragonFly because there's no publically accessible version of readline in base.
Diffstat (limited to 'chat/jabberd2')
-rw-r--r--chat/jabberd2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile
index 6c88ac2135d..4262fe541b2 100644
--- a/chat/jabberd2/Makefile
+++ b/chat/jabberd2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2016/10/09 21:41:55 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2016/12/04 03:51:14 marino Exp $
DISTNAME= jabberd-2.4.0
PKGREVISION= 3
@@ -134,4 +134,5 @@ post-install:
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"