diff options
author | tron <tron@pkgsrc.org> | 1999-02-15 19:23:38 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-02-15 19:23:38 +0000 |
commit | 2c9cc4246ecc47812f8a50ab9dfcf47f2039da29 (patch) | |
tree | aadfc88ccf330b759b8da43af07c11f7fff6927c /mk | |
parent | bf1106d3856b0641c4324fc87b0513c73d3ec025 (diff) | |
download | pkgsrc-2c9cc4246ecc47812f8a50ab9dfcf47f2039da29.tar.gz |
Add "WINDOWMAKER_OPTIONS".
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index d779286c1d1..f187501541b 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.40 1999/02/14 12:49:15 tron Exp $ +# $NetBSD: mk.conf.example,v 1.41 1999/02/15 19:23:38 tron Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values # for building either NetBSD or some of the NetBSD packages collection. @@ -233,6 +233,13 @@ PAPERSIZE= A4 # Default paper size for packages. # Possible: defined, not defined # Default: not defined +#WINDOWMAKER_OPTIONS # Options for building windowmaker package + # Used to add support for GNOME, KDE or + # OPEN LOOK(tm) and to avoid redundancies + # with KDE. + # Possible: gnome, kde, openlook, lite + # Default: gnome kde + #WINDOWMAKER_THEMES= ... # Used in wm-themes package to specify # the themes which will be installed. # Possible: see http://wm.themes.org/ |