summaryrefslogtreecommitdiff
path: root/comms
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 /comms
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 'comms')
-rw-r--r--comms/libopensync/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/libopensync/Makefile b/comms/libopensync/Makefile
index d260cc72a08..0de465b0265 100644
--- a/comms/libopensync/Makefile
+++ b/comms/libopensync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/04/11 19:01:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2016/12/04 03:51:15 marino Exp $
#
DISTNAME= libopensync-0.22
@@ -22,4 +22,5 @@ BUILDLINK_TRANSFORM+= rm:-Werror
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"