diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-29 03:39:15 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-29 03:39:15 +0000 |
commit | 6e37a20d6833db182fc643c59394778e72f830c6 (patch) | |
tree | 90a38e6cbfaab2d46f5eaafc648bb5b89414b783 /math/R-project/Makefile | |
parent | 28928f09b43850788b90e79a3059ec3bef5a9c18 (diff) | |
download | ports-6e37a20d6833db182fc643c59394778e72f830c6.tar.gz ports-6e37a20d6833db182fc643c59394778e72f830c6.zip |
upgrade to 1.7.1
PR: 57801
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=92520
Diffstat (limited to 'math/R-project/Makefile')
-rw-r--r-- | math/R-project/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/math/R-project/Makefile b/math/R-project/Makefile index ed7f5be46e2e..139ca8ab6a54 100644 --- a/math/R-project/Makefile +++ b/math/R-project/Makefile @@ -6,7 +6,7 @@ # PORTNAME= R -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= math MASTER_SITES= http://cran.r-project.org/src/base/ \ ftp://cran.r-project.org/pub/R/src/base/ \ @@ -26,13 +26,18 @@ MAINTAINER= vangyzen@stat.duke.edu COMMENT= A language for statistical computing and graphics LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \ - tk84:${PORTSDIR}/x11-toolkits/tk84 + tk84:${PORTSDIR}/x11-toolkits/tk84 \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png \ + pcre.0:${PORTSDIR}/devel/pcre \ + lapack.3:${PORTSDIR}/math/lapack GNU_CONFIGURE= yes USE_XLIB= yes USE_PERL5= yes CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} \ INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644" +CONFIGURE_ARGS= --with-lapack PAPERSIZE?= letter .if ${PAPERSIZE} != letter && ${PAPERSIZE} != a4 |