summaryrefslogtreecommitdiff
path: root/math/R-lmm
diff options
context:
space:
mode:
authorjoerg <joerg>2006-08-22 18:57:01 +0000
committerjoerg <joerg>2006-08-22 18:57:01 +0000
commitc0c6d2df93458f43155ed7ce350f8d09077008e1 (patch)
tree494c5fac6695acaa9a7dd43ebc7b156dddef39dc /math/R-lmm
parent019833affd46d98625d15b491fc7a151182162c4 (diff)
downloadpkgsrc-c0c6d2df93458f43155ed7ce350f8d09077008e1.tar.gz
On DragonFly, cc is used for the Fortran linking so
require C as language.
Diffstat (limited to 'math/R-lmm')
-rw-r--r--math/R-lmm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-lmm/Makefile b/math/R-lmm/Makefile
index f39b99e3c2f..e7728b4b032 100644
--- a/math/R-lmm/Makefile
+++ b/math/R-lmm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/07/20 21:04:17 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2006/08/22 18:57:01 joerg Exp $
#
PKGREVISION= 1
@@ -11,7 +11,7 @@ COMMENT= Improved procedures for linear mixed models with R
R_PKGNAME= lmm
R_PKGVER= 0.3-2
-USE_LANGUAGES+= fortran
+USE_LANGUAGES+= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"