diff options
author | markd <markd@pkgsrc.org> | 2004-03-01 11:42:13 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-03-01 11:42:13 +0000 |
commit | a811c622916fb5780576441914a9fe411a91fb87 (patch) | |
tree | 549587bd5764fbfae774a6ff1dea48b3ed99b641 /math/R/Makefile | |
parent | a7eed7d60a613b972e4e0c6476d2b1e953fe6455 (diff) | |
download | pkgsrc-a811c622916fb5780576441914a9fe411a91fb87.tar.gz |
USE_LANGUAGES= c fortran
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 3 |
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" |