diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-04 19:01:06 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-04 19:01:06 +0000 |
commit | 9e937dddf1e9e00cc01a8492563fc9db656bfd76 (patch) | |
tree | 71bed106888ea9dc157095d596c6acfad99c49c0 /math/libRmath | |
parent | a390665259392c8ba1b4e483baca0a614650ab96 (diff) |
Mark BROKEN: fails to configure
checking for pcre_fullinfo in -lpcre... no
checking whether PCRE support suffices... configure: error: pcre >= 8.10 library and headers are required
===> Script "configure" failed unexpectedly.
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=416372
Diffstat (limited to 'math/libRmath')
-rw-r--r-- | math/libRmath/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index 58bb25cf4625..e12cf2cae589 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -5,6 +5,8 @@ PORTNAME= libRmath COMMENT= The standalone math library from R +BROKEN= fails to configure + DESCR= ${.CURDIR}/pkg-descr LIBRMATH_SLAVEPORT= yes MASTERDIR= ${.CURDIR}/../R |