From 595b9fed9c9aa2e682c1f687d53eea656c1996e4 Mon Sep 17 00:00:00 2001 From: marino Date: Sun, 4 Dec 2016 03:51:14 +0000 Subject: 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. --- net/logjam/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/logjam') 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" -- cgit v1.2.3