diff options
author | Max Khon <fjoe@FreeBSD.org> | 2014-09-13 11:30:43 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2014-09-13 11:30:43 +0000 |
commit | dae70c9c12142bc9a9018fa6f03a58c10fae625b (patch) | |
tree | f55a4be9752aee367f32b67338657958f95d6c69 /lang/cint | |
parent | 84a5a50c774c04697a022b8e4d962eafb753fbdd (diff) | |
download | ports-dae70c9c12142bc9a9018fa6f03a58c10fae625b.tar.gz ports-dae70c9c12142bc9a9018fa6f03a58c10fae625b.zip |
Notes
Diffstat (limited to 'lang/cint')
-rw-r--r-- | lang/cint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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= |