diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-01 15:49:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-01 15:49:12 +0800 |
commit | e9b19218efb07b0e40c74ce03a8c1997caf1db0b (patch) | |
tree | d74e6adf61bb25395b0b17893503860256bd4b79 /math/R | |
parent | 6d960c6000d11aaaccc5e5ebce21fd38ea74d244 (diff) | |
download | freebsd-ports-gnome-e9b19218efb07b0e40c74ce03a8c1997caf1db0b.tar.gz freebsd-ports-gnome-e9b19218efb07b0e40c74ce03a8c1997caf1db0b.tar.zst freebsd-ports-gnome-e9b19218efb07b0e40c74ce03a8c1997caf1db0b.zip |
Fix build on head by adding missing USES=readline
(uncovered by removal of readline dep from pcre)
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 05fc93b47949..3988b22bce27 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -189,6 +189,7 @@ CONFIGURE_ARGS+= --disable-threads .if defined(LIBR_SLAVEPORT) CONFIGURE_ARGS+= --disable-BLAS-shlib --without-pic --without-x +USES+= readline .else # LIBR_SLAVEPORT |