summaryrefslogtreecommitdiff
path: root/lang/gcc3-f77
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-13 15:13:00 +0000
committerjlam <jlam>2004-02-13 15:13:00 +0000
commitffaf3c84ffb1a543540063967317a5fb23c4e51b (patch)
treeedd0d6b415feee8cea89c0d546240d707a03e687 /lang/gcc3-f77
parent61b8bc29766d37c2cd8b5a71a020e53aca1710b2 (diff)
downloadpkgsrc-ffaf3c84ffb1a543540063967317a5fb23c4e51b.tar.gz
Bump the PKGREVISION after fixing up the installed *.la files to remove
references to the buildlink work directories.
Diffstat (limited to 'lang/gcc3-f77')
-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"