diff options
author | bf <bf@FreeBSD.org> | 2012-06-29 09:46:36 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-06-29 09:46:36 +0800 |
commit | cd37b80917aaefcd00c847afa12b77f8fe6a0eb6 (patch) | |
tree | eb15473c7bcf71a5df1252e4c936a112c60d0cb9 /math | |
parent | bf28a29b2e56ea5c3efa9a51f005408ee1900a72 (diff) | |
download | freebsd-ports-gnome-cd37b80917aaefcd00c847afa12b77f8fe6a0eb6.tar.gz freebsd-ports-gnome-cd37b80917aaefcd00c847afa12b77f8fe6a0eb6.tar.zst freebsd-ports-gnome-cd37b80917aaefcd00c847afa12b77f8fe6a0eb6.zip |
tell portscout to ignore the irrelevant bugfix distfile
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 29562bfef144..46f376395e9b 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -30,6 +30,8 @@ DISTNAME= R-${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT?= A language for statistical computing and graphics +PORTSCOUT= skipv:2.15.1-w + .if defined(LIBRMATH_SLAVEPORT) BUILD_WRKSRC= ${WRKSRC}/src/nmath/standalone CONFIGURE_ARGS = --disable-nls --with-ICU=no --with-cairo=no --with-iconv=no \ |