Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2016 11:18:29 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407354 - head/devel/R-cran-reshape2
Message-ID:  <201601271118.u0RBITa2019947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Wed Jan 27 11:18:29 2016
New Revision: 407354
URL: https://svnweb.freebsd.org/changeset/ports/407354

Log:
  - Add missing runtime dependency

Modified:
  head/devel/R-cran-reshape2/Makefile

Modified: head/devel/R-cran-reshape2/Makefile
==============================================================================
--- head/devel/R-cran-reshape2/Makefile	Wed Jan 27 10:54:07 2016	(r407353)
+++ head/devel/R-cran-reshape2/Makefile	Wed Jan 27 11:18:29 2016	(r407354)
@@ -3,6 +3,7 @@
 
 PORTNAME=	reshape2
 PORTVERSION=	1.4.1
+PORTREVISION=	1
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -12,7 +13,8 @@ COMMENT=	Flexibly reshape data: a reboot
 LICENSE=	MIT
 
 RUN_DEPENDS=	R-cran-plyr>=1.8.1:${PORTSDIR}/devel/R-cran-plyr \
-		R-cran-stringr>0:${PORTSDIR}/textproc/R-cran-stringr
+		R-cran-stringr>0:${PORTSDIR}/textproc/R-cran-stringr \
+		R-cran-Rcpp>0:${PORTSDIR}/devel/R-cran-Rcpp
 
 USES=	cran:auto-plist
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601271118.u0RBITa2019947>