diff options
author | tv <tv@pkgsrc.org> | 2005-01-24 18:07:56 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-24 18:07:56 +0000 |
commit | dace9b647e64c8303352f5909a5b1118bf89b03f (patch) | |
tree | 9c67f6d1c35bf3c5f3cb40cc540b8c5ec73ce884 /mk/defaults | |
parent | bf148db66606800cc52577d730eb9a88a299e954 (diff) | |
download | pkgsrc-dace9b647e64c8303352f5909a5b1118bf89b03f.tar.gz |
Merge down janitorial change from tv-derecurse branch:
Move definition of PKGSRC_COMPILER to defaults/mk.conf, to make it more
readily seen by the user.
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/mk.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 2dd70c371a6..79ed361c8fb 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.23 2005/01/12 12:54:45 jmmv Exp $ +# $NetBSD: mk.conf,v 1.24 2005/01/24 18:07:56 tv Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -107,6 +107,11 @@ IGNORE_RECOMMENDED?= no # Possible: YES, NO # Default: YES +PKGSRC_COMPILER?= gcc +# Compiler type(s) to use for building packages +# Possible: (see comments in mk/compiler.mk) +# Default: "gcc" + PKGSRC_MESSAGE_RECIPIENTS?= # login names of recipients of any MESSAGE files which will be mailed # Possible: any login names |