diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-11-18 02:10:54 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-11-18 02:10:54 +0000 |
commit | be1c64855133f9ae2526736ef4e89f1d11d49e1b (patch) | |
tree | 7bd8d0f750027de860bb51150e3ad57492ed06f6 /biology | |
parent | 92348a46f8fe68d32d6d82b51ffcb803c9263c4d (diff) | |
download | ports-be1c64855133f9ae2526736ef4e89f1d11d49e1b.tar.gz ports-be1c64855133f9ae2526736ef4e89f1d11d49e1b.zip |
Notes
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> |