From 13f69021961ea23f14f3bcd6af209a5fd554585f Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sun, 20 Jul 2014 19:38:27 +0000 Subject: [PATCH] Add USES=readline to fix build. --- devel/tclreadline/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile index b00ed5ac1ebc..8bd0589bb4b8 100644 --- a/devel/tclreadline/Makefile +++ b/devel/tclreadline/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org COMMENT= GNU readline for TCL -USES= libtool tcl +USES= libtool tcl readline GNU_CONFIGURE= yes USE_LDCONFIG= yes