summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-03-01 11:42:13 +0000
committermarkd <markd@pkgsrc.org>2004-03-01 11:42:13 +0000
commited34a1ec1fa310e2ae17feda3db93aadec21c5ce (patch)
tree549587bd5764fbfae774a6ff1dea48b3ed99b641 /math
parentd022ffe41e70ce5393b62921986e9c2f7134f1f2 (diff)
downloadpkgsrc-ed34a1ec1fa310e2ae17feda3db93aadec21c5ce.tar.gz
USE_LANGUAGES= c fortran
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 96476b90e26..8e6c5a3ee77 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2004/01/24 13:58:23 grant Exp $
+# $NetBSD: Makefile,v 1.49 2004/03/01 11:42:13 markd Exp $
DISTNAME= R-1.8.1
PKGREVISION= 1
@@ -49,6 +49,7 @@ CONFIGURE_ENV+= ac_cv_lib_blas_dgemm_=yes
# by the package builder.
#
USE_FORTRAN= # defined
+USE_LANGUAGES= c fortran
.include "../../mk/bsd.prefs.mk"