Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2014 11:30:43 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368083 - head/lang/cint
Message-ID:  <201409131130.s8DBUh9K063006@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fjoe
Date: Sat Sep 13 11:30:43 2014
New Revision: 368083
URL: http://svnweb.freebsd.org/changeset/ports/368083
QAT: https://qat.redports.org/buildarchive/r368083/

Log:
  Add missing dependency on readline.

Modified:
  head/lang/cint/Makefile

Modified: head/lang/cint/Makefile
==============================================================================
--- head/lang/cint/Makefile	Sat Sep 13 11:27:17 2014	(r368082)
+++ head/lang/cint/Makefile	Sat Sep 13 11:30:43 2014	(r368083)
@@ -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=
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409131130.s8DBUh9K063006>