summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-05 05:06:21 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-05 05:06:21 +0000
commitc5649951ce1079473abc1ff0b038c6ba46dc194b (patch)
tree48640ea3e7dfd12d40aea8353ecda73b9fadff24
parentupgrade to 1.06 (diff)
add tcl and tk dependencies
Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=64027
-rw-r--r--math/R-letter/Makefile4
-rw-r--r--math/R-project/Makefile4
-rw-r--r--math/R/Makefile4
3 files changed, 12 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
diff --git a/math/R-project/Makefile b/math/R-project/Makefile
index d42691baaf9a..bf9a29f9de91 100644
--- a/math/R-project/Makefile
+++ b/math/R-project/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
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