diff options
author | antoine <antoine@FreeBSD.org> | 2016-06-05 03:01:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-06-05 03:01:06 +0800 |
commit | d81a4ce6d247468a0defe2505d6be81a0cb9568b (patch) | |
tree | 71bed106888ea9dc157095d596c6acfad99c49c0 /math/libRmath | |
parent | 511accc22497ada64ae767a02ce19ddbd5d898a8 (diff) | |
download | freebsd-ports-gnome-d81a4ce6d247468a0defe2505d6be81a0cb9568b.tar.gz freebsd-ports-gnome-d81a4ce6d247468a0defe2505d6be81a0cb9568b.tar.zst freebsd-ports-gnome-d81a4ce6d247468a0defe2505d6be81a0cb9568b.zip |
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
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 |