diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-11-18 10:10:54 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-11-18 10:10:54 +0800 |
commit | cf4230eb38a977f8f1d4b1488c2ed56fc95a59ed (patch) | |
tree | 1e802bd4fbdc2116469f8fe20830d4f278690e69 /biology | |
parent | 7f21b1fb5f51c22f0a71c00adea0528685092fba (diff) | |
download | freebsd-ports-gnome-cf4230eb38a977f8f1d4b1488c2ed56fc95a59ed.tar.gz freebsd-ports-gnome-cf4230eb38a977f8f1d4b1488c2ed56fc95a59ed.tar.zst freebsd-ports-gnome-cf4230eb38a977f8f1d4b1488c2ed56fc95a59ed.zip |
Add a comment about setting env var 'FC' to 'g77' if EGCS is to be
used for building.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/tinker/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 <bsd.port.pre.mk> |