aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-R2HTML/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2016-06-26 15:17:31 +0000
committerThierry Thomas <thierry@FreeBSD.org>2016-06-26 15:17:31 +0000
commit922165eb7679d36976cb564125c723733d15012f (patch)
tree2868fff6c1d282c2231dff94969cd81cc09f7629 /textproc/R-cran-R2HTML/Makefile
parentb1e3f86d31cce2c35884a6842342736c466d1486 (diff)
Notes
Diffstat (limited to 'textproc/R-cran-R2HTML/Makefile')
-rw-r--r--textproc/R-cran-R2HTML/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/R-cran-R2HTML/Makefile b/textproc/R-cran-R2HTML/Makefile
index 561895bf7ea4..d9444ae3b537 100644
--- a/textproc/R-cran-R2HTML/Makefile
+++ b/textproc/R-cran-R2HTML/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= R2HTML
-PORTVERSION= 2.3.1
+PORTVERSION= 2.3.2
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -11,6 +11,7 @@ COMMENT= HTML exportation for R objects
LICENSE= GPLv2
-USES= cran:auto-plist
+USES= cran
+NO_ARCH= yes
.include <bsd.port.mk>