diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:30:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:30:02 +0000 |
commit | 51c8ea8d626ec51437ba0afbcc8aa3f789ea4cf3 (patch) | |
tree | 030b3d92bb08524e5b2e5325ab25aa34929f271d /math/R-sgeostat | |
parent | 601583c3207bd23bb05d0761888aefcb5699e1c2 (diff) | |
download | pkgsrc-51c8ea8d626ec51437ba0afbcc8aa3f789ea4cf3.tar.gz |
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
Diffstat (limited to 'math/R-sgeostat')
-rw-r--r-- | math/R-sgeostat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-sgeostat/Makefile b/math/R-sgeostat/Makefile index c89cf388a1f..91bedc9d863 100644 --- a/math/R-sgeostat/Makefile +++ b/math/R-sgeostat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/08/22 18:54:11 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2007/02/22 19:30:05 wiz Exp $ # PKGREVISION= 1 @@ -11,7 +11,7 @@ COMMENT= Object-oriented Framework for Geostatistical Modeling in S+ R_PKGNAME= sgeostat R_PKGVER= 1.0-19 -USE_LANGUAGES+= c fortran +USE_LANGUAGES= c fortran .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |