diff options
author | dholland <dholland@pkgsrc.org> | 2012-07-21 22:01:17 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-07-21 22:01:17 +0000 |
commit | eb1817d99b101e37875173356d4548763e99ce6a (patch) | |
tree | 534400c4769ee81c138a9fad649508c0096ef86f /lang/g95/Makefile | |
parent | 0ff9ad88c88ac00ef223449be6f1ba50a891068a (diff) | |
download | pkgsrc-eb1817d99b101e37875173356d4548763e99ce6a.tar.gz |
Fix LP64 warning in the runtime (missing headers for alloca) and
bump PKGREVISION.
Diffstat (limited to 'lang/g95/Makefile')
-rw-r--r-- | lang/g95/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/g95/Makefile b/lang/g95/Makefile index e7ab27a663b..f68a0198489 100644 --- a/lang/g95/Makefile +++ b/lang/g95/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2012/05/08 02:59:57 sbd Exp $ +# $NetBSD: Makefile,v 1.11 2012/07/21 22:01:17 dholland Exp $ DISTNAME= g95_source VERSION= 0.92 +PKGREVISION= 1 PKGNAME= g95-${VERSION} CATEGORIES= lang EXTRACT_SUFX.g95_source= .tgz |