diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/R-cran-scrapeR/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'www/R-cran-scrapeR/Makefile')
-rw-r--r-- | www/R-cran-scrapeR/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/R-cran-scrapeR/Makefile b/www/R-cran-scrapeR/Makefile index 7810a3236930..abba832bdb53 100644 --- a/www/R-cran-scrapeR/Makefile +++ b/www/R-cran-scrapeR/Makefile @@ -10,8 +10,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Tools for Scraping Data from HTML and XML Documents -RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \ - R-cran-RCurl>0:${PORTSDIR}/ftp/R-cran-RCurl +RUN_DEPENDS= R-cran-XML>0:textproc/R-cran-XML \ + R-cran-RCurl>0:ftp/R-cran-RCurl USES= cran:auto-plist |