pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math On DragonFly, cc is used for the Fortran linking so
details: https://anonhg.NetBSD.org/pkgsrc/rev/22f2375209a0
branches: trunk
changeset: 517780:22f2375209a0
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Aug 22 18:57:01 2006 +0000
description:
On DragonFly, cc is used for the Fortran linking so
require C as language.
diffstat:
math/R-lmm/Makefile | 4 ++--
math/R-mvtnorm/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r b0ca8c26a094 -r 22f2375209a0 math/R-lmm/Makefile
--- a/math/R-lmm/Makefile Tue Aug 22 18:54:11 2006 +0000
+++ b/math/R-lmm/Makefile Tue Aug 22 18:57:01 2006 +0000
@@ -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 @@
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"
diff -r b0ca8c26a094 -r 22f2375209a0 math/R-mvtnorm/Makefile
--- a/math/R-mvtnorm/Makefile Tue Aug 22 18:54:11 2006 +0000
+++ b/math/R-mvtnorm/Makefile Tue Aug 22 18:57:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/07/20 21:04:32 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2006/08/22 18:57:01 joerg Exp $
#
CATEGORIES= math
@@ -10,7 +10,7 @@
R_PKGNAME= mvtnorm
R_PKGVER= 0.7-2
-USE_LANGUAGES+= fortran
+USE_LANGUAGES+= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index