summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>1999-11-22 23:43:31 +0000
committerdmcmahill <dmcmahill>1999-11-22 23:43:31 +0000
commit0d485d455d7989a7c8ddc6af056e7ec4ca13eccf (patch)
tree5bd5027ff1928e774eb10a8374d6ce881514a961 /mk
parenta5ccff80f05511fcf2554f6ac8dafb0f7d7d0ba4 (diff)
downloadpkgsrc-0d485d455d7989a7c8ddc6af056e7ec4ca13eccf.tar.gz
document PKG_FC variable for selection of the fortran compiler
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index d73a51febd9..acd4b7c84bb 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.104 1999/11/20 21:15:50 hubertf Exp $
+# $NetBSD: mk.conf.example,v 1.105 1999/11/22 23:43:31 dmcmahill Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -178,6 +178,12 @@
# Possible: defined, not defined
# Default: not defined
+#PKG_FC=
+# The fortran compiler used to compile fortran code contained in
+# packages.
+# Possible: any fortran compiler
+# Default: none
+
#PRE_ROOT_CMD=${CHMOD} -R o+w ${WRKDIR}
# Command to be run by normal user, just before becoming root (see
# SU_CMD) to install the package. For example, the command shown