From 7300b9963d3316e21f3ae412b2130348d2c9182d Mon Sep 17 00:00:00 2001 From: fjoe Date: Sat, 13 Sep 2014 11:30:43 +0000 Subject: Add missing dependency on readline. --- lang/cint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/cint/Makefile b/lang/cint/Makefile index c9895da1fd47..d52ddbaf6656 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz HAS_CONFIGURE= yes CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" LDFLAGS="${LDFLAGS}" USE_GCC= yes -USES= gmake +USES= gmake readline USE_LDCONFIG= ${PREFIX}/lib/cint ALL_TARGET= -- cgit