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
17 lines
336 B
Makefile
17 lines
336 B
Makefile
# Created by: Eric van Gyzen <vangyzen@stat.duke.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libRmath
|
|
|
|
COMMENT= The standalone math library from R
|
|
|
|
BROKEN= fails to configure
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
LIBRMATH_SLAVEPORT= yes
|
|
MASTERDIR= ${.CURDIR}/../R
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
BROKEN_powerpc64= Does not build
|
|
|
|
.include "${MASTERDIR}/Makefile"
|