diff options
Diffstat (limited to 'math/R-randomForest/Makefile')
-rw-r--r-- | math/R-randomForest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-randomForest/Makefile b/math/R-randomForest/Makefile index 5db7d67251d..b1663a987f7 100644 --- a/math/R-randomForest/Makefile +++ b/math/R-randomForest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/07/30 10:36:26 asau Exp $ +# $NetBSD: Makefile,v 1.5 2011/12/19 22:27:05 markd Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -10,7 +10,7 @@ COMMENT= Classification and regression based on a forest of trees R_PKGNAME= randomForest R_PKGVER= 4.5-34 -USE_LANGUAGES= c fortran77 +USE_LANGUAGES= c fortran .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |