pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-sgeostat At least on DragonFly, cc is used for ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b0ca8c26a094
branches: trunk
changeset: 517779:b0ca8c26a094
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Aug 22 18:54:11 2006 +0000
description:
At least on DragonFly, cc is used for linking the final result, so
include C in the language list.
diffstat:
math/R-sgeostat/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a20b938660f5 -r b0ca8c26a094 math/R-sgeostat/Makefile
--- a/math/R-sgeostat/Makefile Tue Aug 22 18:50:56 2006 +0000
+++ b/math/R-sgeostat/Makefile Tue Aug 22 18:54:11 2006 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index