summaryrefslogtreecommitdiff
path: root/lang/gcc3-f77/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc3-f77/Makefile')
-rw-r--r--lang/gcc3-f77/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gcc3-f77/Makefile b/lang/gcc3-f77/Makefile
index bcfea74e96b..706b50edaf4 100644
--- a/lang/gcc3-f77/Makefile
+++ b/lang/gcc3-f77/Makefile
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.7 2004/02/01 14:05:47 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2004/02/13 15:13:01 jlam Exp $
PKGNAME= gcc3${GCC3_PKGMODIF}-f77-${GCC_VERSION}
+PKGREVISION= 1
COMMENT= GNU Compiler Collection, v3 - F77 compiler
INFO_FILES= g77.info
+INSTLIBS= libf2c/libg2c.la
+
.include "../gcc3-c/language.mk"
CONFIGURE_ARGS+= --enable-languages="f77"