diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-03-28 14:47:48 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-03-28 14:47:48 +0800 |
commit | e8efdd21e5ff43846d793d8491abfecf222c6dc2 (patch) | |
tree | b0a924a25960c5a794c5f3614258ee9387d99e7f /math/R | |
parent | 2cff994f91a2b9cc6ebdf1c83056d6e0bfbf5f54 (diff) | |
download | freebsd-ports-gnome-e8efdd21e5ff43846d793d8491abfecf222c6dc2.tar.gz freebsd-ports-gnome-e8efdd21e5ff43846d793d8491abfecf222c6dc2.tar.zst freebsd-ports-gnome-e8efdd21e5ff43846d793d8491abfecf222c6dc2.zip |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 12abccd0bd5f..5f5da8cdc80b 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -12,7 +12,7 @@ PORTNAME= libRmath PORTNAME= R .endif PORTVERSION= 2.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math lang MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ ftp://cran.r-project.org/pub/R/src/base/R-2/ \ @@ -135,7 +135,7 @@ CONFIGURE_ARGS+=--with-system-pcre .if defined(WITHOUT_PNG) CONFIGURE_ARGS+=--without-libpng .else -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png CONFIGURE_ARGS+=--with-libpng .endif |