diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2012-08-29 23:16:25 +0800 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2012-08-29 23:16:25 +0800 |
commit | caa145a5c78ebe027c8fedf4bfc8362001c2481f (patch) | |
tree | 3bef0629f966fb3c51507993b0271b4446be2f89 /graphics | |
parent | 0dea6ea6ddef460c48d74b8056edbe5cf8e09e76 (diff) | |
download | freebsd-ports-gnome-caa145a5c78ebe027c8fedf4bfc8362001c2481f.tar.gz freebsd-ports-gnome-caa145a5c78ebe027c8fedf4bfc8362001c2481f.tar.zst freebsd-ports-gnome-caa145a5c78ebe027c8fedf4bfc8362001c2481f.zip |
Add graphics/gd as a build and runtime dependency
Submitted by: Beat Gaetzi <beat@freebsd.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/R-cran-GDD/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/R-cran-GDD/Makefile b/graphics/R-cran-GDD/Makefile index 7cb203c784aa..f2c323b2e5ba 100644 --- a/graphics/R-cran-GDD/Makefile +++ b/graphics/R-cran-GDD/Makefile @@ -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 creating bitmap output LICENSE= GPLv2 +BUILD_DEPENDS= gd>=2.0.35_8,1:${PORTSDIR}/graphics/gd +RUN_DEPENDS:= ${BUILD_DEPENDS} + WRKSRC= ${WRKDIR}/${PORTNAME} USE_R_MOD= yes |