From be1c64855133f9ae2526736ef4e89f1d11d49e1b Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Wed, 18 Nov 1998 02:10:54 +0000 Subject: Add a comment about setting env var 'FC' to 'g77' if EGCS is to be used for building. --- biology/tinker/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'biology/tinker/Makefile') diff --git a/biology/tinker/Makefile b/biology/tinker/Makefile index ba4dc0399118..2c9cf9926b24 100644 --- a/biology/tinker/Makefile +++ b/biology/tinker/Makefile @@ -3,7 +3,7 @@ # Date Created: 26 August 1998 # Whom: Glenn Johnson # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/11/17 04:53:17 jkoshy Exp $ # DISTNAME= tinker @@ -15,9 +15,10 @@ MAINTAINER= gjohnson@nola.srrc.usda.gov LIB_DEPENDS= U77:${PORTSDIR}/devel/libU77 -# If you have EGCS installed you can uncomment the following -# line and comment out the LIB_DEPENDS line above +# If you have EGCS installed and wish to use it, do the following: +# a) comment out the LIB_DEPENDS line above and uncomment the following line #BUILD_DEPENDS= g77:${PORTSDIR}/lang/egcs +# b) set env variable 'FC' to 'g77' before running `make' .include -- cgit v1.2.3