summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-01-17 09:13:59 +0000
committerwiz <wiz@pkgsrc.org>2011-01-17 09:13:59 +0000
commit0252eea8b2975897e36cf6f3c56c03869eb9db95 (patch)
tree3c8825ebc24779ef007da020b629f4b13bae196d /pkgtools
parentdc1c2912102891956d098b1adcf03429fbad7922 (diff)
downloadpkgsrc-0252eea8b2975897e36cf6f3c56c03869eb9db95.tar.gz
Allow fortran77 in USE_LANGUAGES.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile4
-rw-r--r--pkgtools/pkglint/files/makevars.map4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index c679612a403..504f03efd7c 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.385 2010/10/26 22:32:39 wiz Exp $
+# $NetBSD: Makefile,v 1.386 2011/01/17 09:13:59 wiz Exp $
#
# Note: if you update the version number, please have a look at the
# changes between the CVS tag "pkglint_current" and HEAD.
# After updating, please re-set the CVS tag to HEAD.
-DISTNAME= pkglint-4.94
+DISTNAME= pkglint-4.95
CATEGORIES= pkgtools
MASTER_SITES= # none
DISTFILES= # none
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map
index 4c5e11834d7..618a119c20c 100644
--- a/pkgtools/pkglint/files/makevars.map
+++ b/pkgtools/pkglint/files/makevars.map
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.205 2010/09/22 12:51:54 adam Exp $
+# $NetBSD: makevars.map,v 1.206 2011/01/17 09:13:59 wiz Exp $
#
# This file contains the guessed type of some variables, according to
@@ -708,7 +708,7 @@ USE_GNU_READLINE Yes [m:s,c:s,o:s]
USE_IMAKE Yes [m:s]
USE_JAVA { run yes build } [$package]
USE_JAVA2 { YES yes no 1.4 1.5 } [$package]
-USE_LANGUAGES List of { c c99 c++ fortran java objc } [m:s,c:s,o:s]
+USE_LANGUAGES List of { c c99 c++ fortran fortran77 java objc } [m:s,c:s,o:s]
USE_LIBTOOL Yes [$package]
USE_MAKEINFO Yes [$package]
USE_MSGFMT_PLURALS Yes [$package]