From b3fe1ab52ae9195c25895c25af66314947bb6322 Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 10 Jul 2004 03:00:15 +0000 Subject: Include dependency on devel/readline to try to unbreak on 4.x. PR: ports/68852 Submitted by: Martin Kammerhofer --- devel/rlwrap/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel/rlwrap') diff --git a/devel/rlwrap/Makefile b/devel/rlwrap/Makefile index 9024ae71f12a..933a3c770e46 100644 --- a/devel/rlwrap/Makefile +++ b/devel/rlwrap/Makefile @@ -24,7 +24,13 @@ MAN1= rlwrap.1 .include .if ${OSVERSION} < 500018 -IGNORE= "Requires readline 4.2 or newer, only available in recent versions of FreeBSD 5.x" +# This port requires readline 4.2 or newer, which is only available +# in the base system in FreeBSD 5.x. +BUILD_DEPENDS+= ${PREFIX}/lib/libreadline.so.4:${PORTSDIR}/devel/readline +RUN_DEPENDS+= ${BUILD_DEPENDS} +# Make sure the dynamic linker does not pick up +# the older libreadline library from the base system. +LDFLAGS+= -rpath ${PREFIX}/lib .endif .include -- cgit