diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2017-05-06 23:07:40 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2017-05-06 23:07:40 +0000 |
commit | 549be15a04b133f0454eae62efb764fc677916b1 (patch) | |
tree | 21c695a0f0e530247497e6308f3297a7532baaa8 /math/R-cran-deldir/Makefile | |
parent | 2b701aa6c5e391136418ef5301eab69fae4a9a54 (diff) | |
download | ports-549be15a04b133f0454eae62efb764fc677916b1.tar.gz ports-549be15a04b133f0454eae62efb764fc677916b1.zip |
- Update to 0.1-14
- Add "compiles" argument to USES=cran
Notes
Notes:
svn path=/head/; revision=440295
Diffstat (limited to 'math/R-cran-deldir/Makefile')
-rw-r--r-- | math/R-cran-deldir/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-cran-deldir/Makefile b/math/R-cran-deldir/Makefile index 1f2398a780c3..263f66c126d6 100644 --- a/math/R-cran-deldir/Makefile +++ b/math/R-cran-deldir/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= deldir -DISTVERSION= 0.1-12 +DISTVERSION= 0.1-14 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +11,6 @@ COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation LICENSE= GPLv2+ -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> |