aboutsummaryrefslogtreecommitdiffstats
path: root/converters/R-cran-RJSONIO/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/R-cran-RJSONIO/Makefile')
-rw-r--r--converters/R-cran-RJSONIO/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/R-cran-RJSONIO/Makefile b/converters/R-cran-RJSONIO/Makefile
index 0416fcc548b9..d735550ea96c 100644
--- a/converters/R-cran-RJSONIO/Makefile
+++ b/converters/R-cran-RJSONIO/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= RJSONIO
+PORTREVISION= 1
DISTVERSION= 1.3-0
CATEGORIES= converters
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -11,6 +12,6 @@ COMMENT= Serialize R objects to JSON, JavaScript Object Notation
LICENSE= BSD3CLAUSE
-USES= cran:auto-plist
+USES= cran:auto-plist,compiles
.include <bsd.port.mk>