summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2013-12-28 10:28:40 +0000
committerDavid Naylor <dbn@FreeBSD.org>2013-12-28 10:28:40 +0000
commite288e58754264b3a8264eb96b098853a2f94b719 (patch)
tree8d0f3f2f1eae811733e7cf9c6eb644ab6da66df7 /graphics
parentConvert GMAKE to MAKE_CMD for x11-themes/cursor-crystal-theme. (diff)
Convert Mk/bsd.cran.mk to the Uses framework.
PR: ports/184699 Reviewed by: bapt Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
Notes
Notes: svn path=/head/; revision=337846
Diffstat (limited to 'graphics')
-rw-r--r--graphics/R-cran-GDD/Makefile3
-rw-r--r--graphics/R-cran-RColorBrewer/Makefile3
-rw-r--r--graphics/R-cran-colorspace/Makefile3
-rw-r--r--graphics/R-cran-diagram/Makefile3
-rw-r--r--graphics/R-cran-dichromat/Makefile3
-rw-r--r--graphics/R-cran-ggplot2/Makefile3
-rw-r--r--graphics/R-cran-munsell/Makefile3
-rw-r--r--graphics/R-cran-pixmap/Makefile3
-rw-r--r--graphics/R-cran-png/Makefile3
-rw-r--r--graphics/R-cran-rgdal/Makefile3
-rw-r--r--graphics/R-cran-rtiff/Makefile3
-rw-r--r--graphics/R-cran-scales/Makefile3
-rw-r--r--graphics/R-cran-shape/Makefile3
13 files changed, 13 insertions, 26 deletions
diff --git a/graphics/R-cran-GDD/Makefile b/graphics/R-cran-GDD/Makefile
index e7ce8fca3921..70a3caab2a8d 100644
--- a/graphics/R-cran-GDD/Makefile
+++ b/graphics/R-cran-GDD/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/graphics/R-cran-RColorBrewer/Makefile b/graphics/R-cran-RColorBrewer/Makefile
index 71ed9c03af7a..0b4cca1ec8be 100644
--- a/graphics/R-cran-RColorBrewer/Makefile
+++ b/graphics/R-cran-RColorBrewer/Makefile
@@ -12,7 +12,6 @@ COMMENT= ColorBrewer palettes
LICENSE= AL2
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/graphics/R-cran-colorspace/Makefile b/graphics/R-cran-colorspace/Makefile
index 400b1eea5461..9b1c01b541de 100644
--- a/graphics/R-cran-colorspace/Makefile
+++ b/graphics/R-cran-colorspace/Makefile
@@ -12,7 +12,6 @@ COMMENT= Color Space Manipulation
LICENSE= BSD
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/graphics/R-cran-diagram/Makefile b/graphics/R-cran-diagram/Makefile
index 67344d3798cd..267fe7acffef 100644
--- a/graphics/R-cran-diagram/Makefile
+++ b/graphics/R-cran-diagram/Makefile
@@ -15,7 +15,6 @@ LICENSE_COMB= dual
RUN_DEPENDS= R-cran-shape>0:${PORTSDIR}/graphics/R-cran-shape
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/graphics/R-cran-dichromat/Makefile b/graphics/R-cran-dichromat/Makefile
index d8536a86c9de..2f7fa0b95e7a 100644
--- a/graphics/R-cran-dichromat/Makefile
+++ b/graphics/R-cran-dichromat/Makefile
@@ -12,7 +12,6 @@ COMMENT= Color schemes for dichromats
LICENSE= GPLv2
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile
index 5bebcf971e7f..72ad1e3bc93e 100644
--- a/graphics/R-cran-ggplot2/Makefile
+++ b/graphics/R-cran-ggplot2/Makefile
@@ -18,7 +18,6 @@ RUN_DEPENDS= R-cran-plyr>=1.7.1:${PORTSDIR}/devel/R-cran-plyr \
R-cran-scales>=0.2.3:${PORTSDIR}/graphics/R-cran-scales \
R-cran-proto>=0:${PORTSDIR}/devel/R-cran-proto
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/graphics/R-cran-munsell/Makefile b/graphics/R-cran-munsell/Makefile
index 49e08dad9d77..72a995812817 100644
--- a/graphics/R-cran-munsell/Makefile
+++ b/graphics/R-cran-munsell/Makefile
@@ -18,7 +18,6 @@ LICENSE_PERMS_CW= auto-accept
RUN_DEPENDS= R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/graphics/R-cran-pixmap/Makefile b/graphics/R-cran-pixmap/Makefile
index 69f993e990b7..62c48ca7e673 100644
--- a/graphics/R-cran-pixmap/Makefile
+++ b/graphics/R-cran-pixmap/Makefile
@@ -12,7 +12,6 @@ COMMENT= Bitmap Images ("Pixel Maps")
LICENSE= GPLv2
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/graphics/R-cran-png/Makefile b/graphics/R-cran-png/Makefile
index 3b95c5ceab84..f197fee93f19 100644
--- a/graphics/R-cran-png/Makefile
+++ b/graphics/R-cran-png/Makefile
@@ -15,7 +15,6 @@ LICENSE_COMB= dual
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile
index 2966563a0f60..28b6f61cb970 100644
--- a/graphics/R-cran-rgdal/Makefile
+++ b/graphics/R-cran-rgdal/Makefile
@@ -16,8 +16,7 @@ LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \
proj:${PORTSDIR}/graphics/proj
RUN_DEPENDS= R-cran-sp>=1.0.9:${PORTSDIR}/math/R-cran-sp
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
R_POSTCMD_INSTALL_OPTIONS+= --configure-args="--with-proj-lib=${LOCALBASE}/lib"
diff --git a/graphics/R-cran-rtiff/Makefile b/graphics/R-cran-rtiff/Makefile
index fd6f280a08ab..77d5a6745267 100644
--- a/graphics/R-cran-rtiff/Makefile
+++ b/graphics/R-cran-rtiff/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= R-cran-pixmap>0:${PORTSDIR}/graphics/R-cran-pixmap
LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/graphics/R-cran-scales/Makefile b/graphics/R-cran-scales/Makefile
index b98c942d7af2..14cc7bc18654 100644
--- a/graphics/R-cran-scales/Makefile
+++ b/graphics/R-cran-scales/Makefile
@@ -18,7 +18,6 @@ RUN_DEPENDS= R-cran-RColorBrewer>=0:${PORTSDIR}/graphics/R-cran-RColorBrewer \
R-cran-plyr>=1.2:${PORTSDIR}/devel/R-cran-plyr \
R-cran-labeling>=0:${PORTSDIR}/math/R-cran-labeling
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/graphics/R-cran-shape/Makefile b/graphics/R-cran-shape/Makefile
index 5d11f1b5d605..3c5ef1e941e3 100644
--- a/graphics/R-cran-shape/Makefile
+++ b/graphics/R-cran-shape/Makefile
@@ -12,7 +12,6 @@ COMMENT= Functions for plotting graphical shapes, colors
LICENSE= GPLv3
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>