diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-05 05:06:21 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-05 05:06:21 +0000 |
commit | c5649951ce1079473abc1ff0b038c6ba46dc194b (patch) | |
tree | 48640ea3e7dfd12d40aea8353ecda73b9fadff24 /math/R | |
parent | upgrade to 1.06 (diff) |
add tcl and tk dependencies
Reviewed by: maintainer
Notes
Notes:
svn path=/head/; revision=64027
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index d42691baaf9a..bf9a29f9de91 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -7,6 +7,7 @@ PORTNAME= R PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://cran.r-project.org/src/base/ \ ftp://cran.r-project.org/pub/R/src/base/ \ @@ -26,6 +27,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= maurice@serc.rmit.edu.au +LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \ + tk84:${PORTSDIR}/x11-toolkits/tk84 + GNU_CONFIGURE= yes USE_XLIB= yes USE_PERL5= yes |