summaryrefslogtreecommitdiff
path: root/biology/tinker/Makefile
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-11-18 02:10:54 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-11-18 02:10:54 +0000
commitbe1c64855133f9ae2526736ef4e89f1d11d49e1b (patch)
tree7bd8d0f750027de860bb51150e3ad57492ed06f6 /biology/tinker/Makefile
parentActivate beroftpd. (diff)
Add a comment about setting env var 'FC' to 'g77' if EGCS is to be
used for building.
Notes
Notes: svn path=/head/; revision=14622
Diffstat (limited to 'biology/tinker/Makefile')
-rw-r--r--biology/tinker/Makefile7
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>