svn commit: r368083 - head/lang/cint
Max Khon
fjoe at FreeBSD.org
Sat Sep 13 11:30:44 UTC 2014
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=
More information about the svn-ports-all
mailing list