diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-17 09:13:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-17 09:13:59 +0000 |
commit | 0252eea8b2975897e36cf6f3c56c03869eb9db95 (patch) | |
tree | 3c8825ebc24779ef007da020b629f4b13bae196d /pkgtools/pkglint/Makefile | |
parent | dc1c2912102891956d098b1adcf03429fbad7922 (diff) | |
download | pkgsrc-0252eea8b2975897e36cf6f3c56c03869eb9db95.tar.gz |
Allow fortran77 in USE_LANGUAGES.
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |