diff options
Diffstat (limited to 'graphics/R-cran-diagram/Makefile')
-rw-r--r-- | graphics/R-cran-diagram/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/R-cran-diagram/Makefile b/graphics/R-cran-diagram/Makefile index cdaecd3dd642..e8eebcb2af08 100644 --- a/graphics/R-cran-diagram/Makefile +++ b/graphics/R-cran-diagram/Makefile @@ -6,14 +6,16 @@ # PORTNAME= diagram -PORTVERSION= 1.5.2 -PORTREVISION= 2 +PORTVERSION= 1.6 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Functions for visualising simple graphs, plotting flow diagrams +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + RUN_DEPENDS= R-cran-shape>0:${PORTSDIR}/graphics/R-cran-shape USE_R_MOD= yes |