aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authordbn <dbn@FreeBSD.org>2013-12-28 18:28:40 +0800
committerdbn <dbn@FreeBSD.org>2013-12-28 18:28:40 +0800
commit73b16c18ce434585aeb3497fed4dd824d127b0bd (patch)
tree8d0f3f2f1eae811733e7cf9c6eb644ab6da66df7 /Mk/bsd.port.mk
parentc54958aa0d54379fcc5b0a60c1149ddc266936fe (diff)
downloadfreebsd-ports-gnome-73b16c18ce434585aeb3497fed4dd824d127b0bd.tar.gz
freebsd-ports-gnome-73b16c18ce434585aeb3497fed4dd824d127b0bd.tar.zst
freebsd-ports-gnome-73b16c18ce434585aeb3497fed4dd824d127b0bd.zip
Convert Mk/bsd.cran.mk to the Uses framework.
PR: ports/184699 Reviewed by: bapt Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 9a3cb07bf13c..3f6479fadac1 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -414,8 +414,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# Implies inclusion of bsd.python.mk. (Also see
# that file for more information on USE_PYTHON_*
# and USE_PYDISTUTILS).
-# USE_R_MOD - If set, this port uses the Comprehensive R Archive Network.
-# See bsd.cran.mk for more details.
# USE_RUBY - If set, this port relies on the Ruby language.
# Implies inclusion of bsd.ruby.mk. (Also see
# that file for more information on USE_RUBY_*).
@@ -1428,10 +1426,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg
.include "${PORTSDIR}/Mk/bsd.java.mk"
.endif
-.if defined(USE_R_MOD)
-.include "${PORTSDIR}/Mk/bsd.cran.mk"
-.endif
-
.if defined(USE_RUBY) || defined(USE_LIBRUBY)
.include "${PORTSDIR}/Mk/bsd.ruby.mk"
.endif