diff options
author | marino <marino@pkgsrc.org> | 2016-12-04 03:51:14 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2016-12-04 03:51:14 +0000 |
commit | 0d64b56801bd0dc7f3c42a31353345344fc6bcbe (patch) | |
tree | 34efd5e517da4214f5f0803b43fcfa123eaa97c9 /net | |
parent | e42ae9892a6a1b95e9d9013f7f018684307d7cbe (diff) | |
download | pkgsrc-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 'net')
-rw-r--r-- | net/aria2/Makefile | 3 | ||||
-rw-r--r-- | net/filezilla/Makefile | 3 | ||||
-rw-r--r-- | net/logjam/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile index 76429fd9c3e..655adc18777 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2016/09/19 13:04:24 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2016/12/04 03:51:16 marino Exp $ DISTNAME= aria2-1.19.2 PKGREVISION= 3 @@ -49,4 +49,5 @@ CONFIGURE_ARGS+= --disable-xmltest .include "../../net/libcares/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index 9c6ee3e9f5a..c2f0368c22c 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2016/10/21 15:29:11 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2016/12/04 03:51:16 marino Exp $ VERSION= 3.21.0 DISTNAME= FileZilla_${VERSION}_src @@ -38,4 +38,5 @@ BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0 BUILDLINK_API_DEPENDS.tinyxml+= tinyxml>=2.6.2nb1 .include "../../textproc/pugixml/buildlink3.mk" .include "../../x11/wxGTK30/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/logjam/Makefile b/net/logjam/Makefile index 7b8474b8e66..f4d55978102 100644 --- a/net/logjam/Makefile +++ b/net/logjam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2016/10/07 18:26:07 adam Exp $ +# $NetBSD: Makefile,v 1.63 2016/12/04 03:51:16 marino Exp $ # DISTNAME= logjam-4.5.3 @@ -24,4 +24,5 @@ USE_TOOLS+= perl pkg-config intltool msgfmt .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |