svn commit: r303341 - head/graphics/R-cran-GDD

Steven Kreuzer skreuzer at FreeBSD.org
Wed Aug 29 15:16:25 UTC 2012


Author: skreuzer
Date: Wed Aug 29 15:16:25 2012
New Revision: 303341
URL: http://svn.freebsd.org/changeset/ports/303341

Log:
  Add graphics/gd as a build and runtime dependency
  
  Submitted by:	Beat Gaetzi <beat at freebsd.org>

Modified:
  head/graphics/R-cran-GDD/Makefile

Modified: head/graphics/R-cran-GDD/Makefile
==============================================================================
--- head/graphics/R-cran-GDD/Makefile	Wed Aug 29 13:46:28 2012	(r303340)
+++ head/graphics/R-cran-GDD/Makefile	Wed Aug 29 15:16:25 2012	(r303341)
@@ -6,6 +6,7 @@
 
 PORTNAME=	GDD
 DISTVERSION=	0.1-13.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -14,6 +15,9 @@ COMMENT=	Graphics device for R for creat
 
 LICENSE=	GPLv2
 
+BUILD_DEPENDS=	gd>=2.0.35_8,1:${PORTSDIR}/graphics/gd
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_R_MOD=	yes



More information about the svn-ports-head mailing list