summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/hdf/Makefile4
-rw-r--r--devel/kdevelop-base/Makefile4
-rw-r--r--devel/libtool-base/Makefile4
-rw-r--r--devel/netcdf/Makefile4
-rw-r--r--devel/p5-ExtUtils-F77/Makefile4
5 files changed, 10 insertions, 10 deletions
diff --git a/devel/hdf/Makefile b/devel/hdf/Makefile
index 94552ed3c09..e39e6a531d9 100644
--- a/devel/hdf/Makefile
+++ b/devel/hdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2010/01/18 09:58:45 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2010/07/30 10:36:23 asau Exp $
DISTNAME= HDF4.2r4
PKGNAME= hdf-4.2r4
@@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
USE_TOOLS+= lex gmake yacc
-USE_LANGUAGES= c fortran
+USE_LANGUAGES= c fortran77
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/hdf
CONFIGURE_ARGS+= --with-szlib
diff --git a/devel/kdevelop-base/Makefile b/devel/kdevelop-base/Makefile
index d90477d2c18..73f8d04ee51 100644
--- a/devel/kdevelop-base/Makefile
+++ b/devel/kdevelop-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2010/07/14 11:11:18 sbd Exp $
+# $NetBSD: Makefile,v 1.88 2010/07/30 10:36:23 asau Exp $
DISTNAME= kdevelop_3.5.5.orig
PKGNAME= kdevelop-base-3.5.5
@@ -29,7 +29,7 @@ DEPENDS+= qt3-tools>=3.1.1:../../x11/qt3-tools
CONFLICTS+= kdevelop<=1.3
BDB_ACCEPTED= db4 db5
-USE_LANGUAGES= c c++ fortran
+USE_LANGUAGES= c c++ fortran77
USE_TOOLS+= msgfmt perl:run
REPLACE_PERL+= kdevprj2kdevelop
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 45d11edabe6..ae0f4816aa6 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2010/03/17 10:59:45 markd Exp $
+# $NetBSD: Makefile,v 1.93 2010/07/30 10:36:23 asau Exp $
###########################################################################
###########################################################################
@@ -65,7 +65,7 @@ BUILD_SHLIBTOOL?= YES
# We are going to want libtool to find the same versions of the C, C++,
# and Fortran compilers.
#
-USE_LANGUAGES= c c++ fortran
+USE_LANGUAGES= c c++ fortran77
CONFIGURE_ARGS+= --disable-ltdl-install
USE_TOOLS+= echo
diff --git a/devel/netcdf/Makefile b/devel/netcdf/Makefile
index 74a0356a3a3..6be5f4588bd 100644
--- a/devel/netcdf/Makefile
+++ b/devel/netcdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2009/12/03 13:06:52 asau Exp $
+# $NetBSD: Makefile,v 1.30 2010/07/30 10:36:24 asau Exp $
DISTNAME= netcdf-3.6.0-p1
PKGNAME= netcdf-3.6.0p1
@@ -13,7 +13,7 @@ COMMENT= Library for array-oriented data access
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-USE_LANGUAGES= c c++ fortran
+USE_LANGUAGES= c c++ fortran77
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
MAKE_FLAGS+= MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} \
diff --git a/devel/p5-ExtUtils-F77/Makefile b/devel/p5-ExtUtils-F77/Makefile
index 72ac58ab662..1569aa8a0d8 100644
--- a/devel/p5-ExtUtils-F77/Makefile
+++ b/devel/p5-ExtUtils-F77/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2009/12/03 13:06:52 asau Exp $
+# $NetBSD: Makefile,v 1.20 2010/07/30 10:36:24 asau Exp $
DISTNAME= ExtUtils-F77-1.16
PKGNAME= p5-${DISTNAME}
@@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/ExtUtils/F77/.packlist
-USE_LANGUAGES+= fortran
+USE_LANGUAGES+= fortran77
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"