diff options
author | dbn <dbn@FreeBSD.org> | 2013-12-28 18:28:40 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2013-12-28 18:28:40 +0800 |
commit | 73b16c18ce434585aeb3497fed4dd824d127b0bd (patch) | |
tree | 8d0f3f2f1eae811733e7cf9c6eb644ab6da66df7 /textproc | |
parent | c54958aa0d54379fcc5b0a60c1149ddc266936fe (diff) | |
download | freebsd-ports-graphics-73b16c18ce434585aeb3497fed4dd824d127b0bd.tar.gz freebsd-ports-graphics-73b16c18ce434585aeb3497fed4dd824d127b0bd.tar.zst freebsd-ports-graphics-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 'textproc')
-rw-r--r-- | textproc/R-cran-R2HTML/Makefile | 3 | ||||
-rw-r--r-- | textproc/R-cran-XML/Makefile | 3 | ||||
-rw-r--r-- | textproc/R-cran-stringr/Makefile | 3 | ||||
-rw-r--r-- | textproc/R-cran-xtable/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/textproc/R-cran-R2HTML/Makefile b/textproc/R-cran-R2HTML/Makefile index 94f8ea5c9a3..1974823a1c7 100644 --- a/textproc/R-cran-R2HTML/Makefile +++ b/textproc/R-cran-R2HTML/Makefile @@ -12,7 +12,6 @@ COMMENT= HTML exportation for R objects LICENSE= GPLv2 -USE_R_MOD= yes -R_MOD_AUTOPLIST= yes +USES= cran:auto-plist .include <bsd.port.mk> diff --git a/textproc/R-cran-XML/Makefile b/textproc/R-cran-XML/Makefile index 3b789282911..8218f7165d2 100644 --- a/textproc/R-cran-XML/Makefile +++ b/textproc/R-cran-XML/Makefile @@ -12,8 +12,7 @@ COMMENT= Tools for parsing and generating XML LICENSE= BSD -USE_R_MOD= yes -R_MOD_AUTOPLIST= yes +USES= cran:auto-plist USE_GNOME= libxml2 .include <bsd.port.mk> diff --git a/textproc/R-cran-stringr/Makefile b/textproc/R-cran-stringr/Makefile index a2afaf17afb..8ae55d4f7f4 100644 --- a/textproc/R-cran-stringr/Makefile +++ b/textproc/R-cran-stringr/Makefile @@ -14,7 +14,6 @@ LICENSE= GPLv2 RUN_DEPENDS= R-cran-plyr>0:${PORTSDIR}/devel/R-cran-plyr -USE_R_MOD= yes -R_MOD_AUTOPLIST= yes +USES= cran:auto-plist .include <bsd.port.mk> diff --git a/textproc/R-cran-xtable/Makefile b/textproc/R-cran-xtable/Makefile index 2815c2e8000..bc650f6442c 100644 --- a/textproc/R-cran-xtable/Makefile +++ b/textproc/R-cran-xtable/Makefile @@ -13,7 +13,6 @@ COMMENT= Export tables to LaTeX or HTML LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USE_R_MOD= yes -R_MOD_AUTOPLIST= yes +USES= cran:auto-plist .include <bsd.port.mk> |