diff options
author | dmcmahill <dmcmahill> | 2001-04-22 13:55:27 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-04-22 13:55:27 +0000 |
commit | 43e4c789420a90ed7b292bb8aeff7fe5eba70353 (patch) | |
tree | 46a9e724a3fcd2e7d3a733514617374237229933 /lang/f2c/Makefile | |
parent | c46a57875ab99574ab555aa4e178a23f233c6858 (diff) | |
download | pkgsrc-43e4c789420a90ed7b292bb8aeff7fe5eba70353.tar.gz |
teach the f2c-f77 script about "-pg" (generate profiled code).
Diffstat (limited to 'lang/f2c/Makefile')
-rw-r--r-- | lang/f2c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index 50f42160f38..ad6b2bae36d 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2001/04/18 21:43:18 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.16 2001/04/22 13:55:27 dmcmahill Exp $ DISTNAME= f2c-20001205 -PKGNAME= f2c-20001205nb3 +PKGNAME= f2c-20001205nb4 WRKSRC= ${WRKDIR}/f2c CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_LOCAL} |