From 9cc0b3d227cf60dbf864abe2f670fd89edf7ec89 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 29 May 2000 02:40:24 +0000 Subject: Avoid name clash with system f77 by renaming executable to ftn77. PR: 18839 Submitted by: maintainer --- lang/f77/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/f77/Makefile b/lang/f77/Makefile index 1eae4e7de8bd..7917ecd001dc 100644 --- a/lang/f77/Makefile +++ b/lang/f77/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PREFIX}/bin/fpp:${PORTSDIR}/devel/fpp \ .endif # Set F77NAME to the name of the Fortran 77 wrapper. -F77NAME= fc +F77NAME= ftn77 .ifdef GNU_CPP MAKE_ARGS= "CFLAGS= ${CFLAGS} -DPP_COMMAND='\"/usr/bin/cpp\"' \ -- cgit v1.2.3