summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>1999-11-22 23:43:31 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>1999-11-22 23:43:31 +0000
commit35b83b82787b7cc465a9857dabacc1f9eccb482a (patch)
tree5bd5027ff1928e774eb10a8374d6ce881514a961 /mk
parent2595a8be59344ea121e2d65125e5ba3d9d443b48 (diff)
downloadpkgsrc-35b83b82787b7cc465a9857dabacc1f9eccb482a.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