diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-11-06 03:27:34 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-11-06 03:27:34 +0000 |
commit | 41950d00a7e6f7559ae310c50443cf524e389d54 (patch) | |
tree | 1c1a4e3c9474f2f85f6a0c026a41975063060a2a /math/R-cran-deldir/Makefile | |
parent | e7fe06bd8acf643a579355c71b9358071d4a872b (diff) | |
download | ports-41950d00a7e6f7559ae310c50443cf524e389d54.tar.gz ports-41950d00a7e6f7559ae310c50443cf524e389d54.zip |
Notes
Diffstat (limited to 'math/R-cran-deldir/Makefile')
-rw-r--r-- | math/R-cran-deldir/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/R-cran-deldir/Makefile b/math/R-cran-deldir/Makefile index 781879bc4a4b..0b2bd5bd4239 100644 --- a/math/R-cran-deldir/Makefile +++ b/math/R-cran-deldir/Makefile @@ -6,8 +6,7 @@ # PORTNAME= deldir -DISTVERSION= 0.0-15 -PORTREVISION= 1 +DISTVERSION= 0.0-16 CATEGORIES= math PKGNAMEPREFIX= R-cran- DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,7 +14,8 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation -LICENSE= GPLv2 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes |