diff options
Diffstat (limited to 'graphics/R-cran-diagram/Makefile')
-rw-r--r-- | graphics/R-cran-diagram/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/R-cran-diagram/Makefile b/graphics/R-cran-diagram/Makefile index 816d67d1c276..bb8f7018a5be 100644 --- a/graphics/R-cran-diagram/Makefile +++ b/graphics/R-cran-diagram/Makefile @@ -2,17 +2,18 @@ # $FreeBSD$ PORTNAME= diagram -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Functions for visualising simple graphs, plotting flow diagrams -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-shape>0:graphics/R-cran-shape +CRAN_DEPENDS= R-cran-shape>0:graphics/R-cran-shape +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist |