diff options
author | fjoe <fjoe@FreeBSD.org> | 2014-09-13 19:30:43 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2014-09-13 19:30:43 +0800 |
commit | 7300b9963d3316e21f3ae412b2130348d2c9182d (patch) | |
tree | f55a4be9752aee367f32b67338657958f95d6c69 /lang | |
parent | a515f50bffd5366d981f2294c2b77849b81a862d (diff) | |
download | freebsd-ports-gnome-7300b9963d3316e21f3ae412b2130348d2c9182d.tar.gz freebsd-ports-gnome-7300b9963d3316e21f3ae412b2130348d2c9182d.tar.zst freebsd-ports-gnome-7300b9963d3316e21f3ae412b2130348d2c9182d.zip |
Add missing dependency on readline.
Diffstat (limited to 'lang')
-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= |