diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-06-18 11:22:41 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-06-18 11:22:41 +0000 |
commit | 94d68468aec10eb9dae8fbda247edee4c3493e8a (patch) | |
tree | 634c844fe213fc37c2222a84caa5e37daed68933 /mk/bsd.pkg.defaults.mk | |
parent | d247ea385b2d199cf6dfb4e19ad7c69062282c44 (diff) | |
download | pkgsrc-94d68468aec10eb9dae8fbda247edee4c3493e8a.tar.gz |
Remove Motif 1.2 functionality.
Diffstat (limited to 'mk/bsd.pkg.defaults.mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 74196900456..c1f0555fdaa 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.249 2004/06/06 22:04:55 minskim Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.250 2004/06/18 11:22:41 kristerw Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -166,12 +166,6 @@ VARBASE?= /var # Possible: any path # Default: ${X11PREFIX} or where openmotif or lesstif is installed -#MOTIF12BASE?= /usr/X11R6 -# Where Motif-1.2-compatible headers and libraries are installed -# on the system. -# Possible: any path -# Default: ${X11PREFIX} or where lesstif12 is installed - USE_XPKGWEDGE?= yes # Whether we should use xpkgwedge or not to install all packages into # ${LOCALBASE}. @@ -1536,21 +1530,6 @@ MPLAYER_USE_MEDIALIB?= NO # Possible: openmotif, lesstif, dt (Irix and Solaris only) # Default: openmotif, or dt (Irix and Solaris only) -#MOTIF12_TYPE?= lesstif12 -# Used by motif.buildlink2.mk to choose which Motif-1.2-compatible -# installation to use. This value is also automatically set by -# motif.buildlink2.mk to whichever Motif-1.2 installation represented by -# the possible values below is already installed, but defaults to -# ${MOTIF12_TYPE_DEFAULT}. This value is ignored if MOTIF12BASE is -# explicitly set. -# Possible: lesstif12, dt (Irix and Solaris only) -# Default: ${MOTIF12_TYPE_DEFAULT} - -#MOTIF12_TYPE_DEFAULT?= lesstif12 -# Used by motif.buildlink2.mk as the final default value for MOTIF12_TYPE. -# Possible: lesstif12, dt (Irix and Solaris only) -# Default: lesstif12, or dt (Irix and Solaris only) - #MPG123_ARM_FIXED64=YES # Used by mpg123 and mpg123-esound to enable ARM to use 64bit fixedpoint # Possible: not defined, YES |