diff options
author | David Naylor <dbn@FreeBSD.org> | 2017-06-18 18:09:16 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2017-06-18 18:09:16 +0000 |
commit | 9920d3ae657e820bce42911009136fc059210d0d (patch) | |
tree | 237480885bd130394dbcbc56f765540bba4416e2 /ftp/R-cran-RCurl | |
parent | 4aeae92375bb57620d054d3cc88677ebba4f22bf (diff) | |
download | ports-9920d3ae657e820bce42911009136fc059210d0d.tar.gz ports-9920d3ae657e820bce42911009136fc059210d0d.zip |
Notes
Diffstat (limited to 'ftp/R-cran-RCurl')
-rw-r--r-- | ftp/R-cran-RCurl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/R-cran-RCurl/Makefile b/ftp/R-cran-RCurl/Makefile index c60dea835f5e..cb144077e028 100644 --- a/ftp/R-cran-RCurl/Makefile +++ b/ftp/R-cran-RCurl/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= RCurl +PORTREVISION= 1 DISTVERSION= 1.95-4.8 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,6 +16,6 @@ BUILD_DEPENDS= curl-config:ftp/curl RUN_DEPENDS= R-cran-bitops>0:devel/R-cran-bitops LIB_DEPENDS= libcurl.so:ftp/curl -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> |