diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-05 13:06:21 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-05 13:06:21 +0800 |
commit | dc44e51bd15ac04d6597428d3ec2488f6a417cc0 (patch) | |
tree | fbd90253c1527156210b56da7778389644c7e3f8 /math/R-letter | |
parent | 6024379524c78386218b66b69c740ad3e2933bc1 (diff) | |
download | freebsd-ports-gnome-dc44e51bd15ac04d6597428d3ec2488f6a417cc0.tar.gz freebsd-ports-gnome-dc44e51bd15ac04d6597428d3ec2488f6a417cc0.tar.zst freebsd-ports-gnome-dc44e51bd15ac04d6597428d3ec2488f6a417cc0.zip |
add tcl and tk dependencies
Reviewed by: maintainer
Diffstat (limited to 'math/R-letter')
-rw-r--r-- | math/R-letter/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/R-letter/Makefile b/math/R-letter/Makefile index d42691baaf9a..bf9a29f9de91 100644 --- a/math/R-letter/Makefile +++ b/math/R-letter/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 |