summaryrefslogtreecommitdiff
path: root/math/R-sgeostat
diff options
context:
space:
mode:
authorjoerg <joerg>2006-08-22 18:54:11 +0000
committerjoerg <joerg>2006-08-22 18:54:11 +0000
commit6a8ac3e9cbb1f033b43fb6a8a3c35e2b26903fa1 (patch)
tree539bfc9a48f582ee10dc0d0b9bd4416d99093583 /math/R-sgeostat
parent336f11398752f4ec518faa2b6fa50888a6c01482 (diff)
downloadpkgsrc-6a8ac3e9cbb1f033b43fb6a8a3c35e2b26903fa1.tar.gz
At least on DragonFly, cc is used for linking the final result, so
include C in the language list.
Diffstat (limited to 'math/R-sgeostat')
-rw-r--r--math/R-sgeostat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-sgeostat/Makefile b/math/R-sgeostat/Makefile
index 428adca0d5d..c89cf388a1f 100644
--- a/math/R-sgeostat/Makefile
+++ b/math/R-sgeostat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/07/20 21:04:56 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2006/08/22 18:54:11 joerg 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+= fortran
+USE_LANGUAGES+= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"