diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-08-09 22:05:52 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-08-09 22:05:52 +0800 |
commit | 14d2aa29a0faada324c532f4dd6339b0d61a7262 (patch) | |
tree | 4b54bdffc904e7c6b2e7107151b63bada3f0ecb6 /graphics/R-cran-GDD | |
parent | a46f79024f1840906c8b267d5228b5a662b00b13 (diff) | |
download | freebsd-ports-gnome-14d2aa29a0faada324c532f4dd6339b0d61a7262.tar.gz freebsd-ports-gnome-14d2aa29a0faada324c532f4dd6339b0d61a7262.tar.zst freebsd-ports-gnome-14d2aa29a0faada324c532f4dd6339b0d61a7262.zip |
- update libdg to 2.1.0
Diffstat (limited to 'graphics/R-cran-GDD')
-rw-r--r-- | graphics/R-cran-GDD/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/R-cran-GDD/Makefile b/graphics/R-cran-GDD/Makefile index 698ec7f4d5ae..9998e002c284 100644 --- a/graphics/R-cran-GDD/Makefile +++ b/graphics/R-cran-GDD/Makefile @@ -3,7 +3,7 @@ PORTNAME= GDD DISTVERSION= 0.1-13.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,7 +12,7 @@ COMMENT= Graphics device for R for creating bitmap output LICENSE= GPLv2 -BUILD_DEPENDS= gd>=2.0.35_8,1:${PORTSDIR}/graphics/gd +BUILD_DEPENDS= libgd>=2.0.35_8,1:${PORTSDIR}/graphics/gd RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} |