diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-10 17:13:37 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-10 17:13:37 +0000 |
commit | d4b906f77d9bc6214b5d0114d743435d07780437 (patch) | |
tree | f2d980487dcd25a723b91a701e527718c62e77c7 /mk/defaults | |
parent | 3ebdac6955102d721fb0887f3c398174762c96ff (diff) | |
download | pkgsrc-d4b906f77d9bc6214b5d0114d743435d07780437.tar.gz |
Support "motif" in MOTIF_TYPE.
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/mk.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 5341a1fb2dc..50d4b3bc8fe 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.216 2012/08/18 16:29:59 chs Exp $ +# $NetBSD: mk.conf,v 1.217 2012/11/10 17:13:37 ryoon Exp $ # # This file provides default values for variables that may be overridden @@ -277,7 +277,7 @@ VARBASE?= /var # Where Motif-2.0-compatible headers and libraries are installed # on the system. # Possible: any path -# Default: ${X11PREFIX} or where openmotif or lesstif is installed +# Default: ${X11PREFIX} or where motif, openmotif or lesstif is installed PKGINFODIR?= info # The subdirectory of PREFIX that holds the GNU info files and the @@ -1291,13 +1291,13 @@ MOZILLA_USE_XFT?= NO # the possible values below is already installed, but defaults to # ${MOTIF_TYPE_DEFAULT}. This value is ignored if MOTIFBASE is # explicitly set. -# Possible: openmotif, lesstif, dt (Irix and Solaris only) +# Possible: motif, openmotif, lesstif, dt (Irix and Solaris only) # Default: ${MOTIF_TYPE_DEFAULT} #MOTIF_TYPE_DEFAULT?= openmotif # Used by motif.buildlink3.mk as the final default value for MOTIF_TYPE. -# Possible: openmotif, lesstif, dt (Irix and Solaris only) -# Default: openmotif, or dt (Irix and Solaris only) +# Possible: motif, openmotif, lesstif, dt (Irix and Solaris only) +# Default: motif, openmotif, or dt (Irix and Solaris only) #MPG123_ARM_FIXED64=YES # Used by mpg123 and mpg123-esound to enable ARM to use 64bit fixedpoint |