Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/13/2001 11:05:11
Module Name: pkgsrc
Committed By: jlam
Date: Thu Sep 13 08:05:10 UTC 2001
Modified Files:
pkgsrc/mk: motif.buildlink.mk
Log Message:
Alter logic for choosing which Motif installation to use. It's now as
follows:
If MOTIFBASE is set, then assume it points to a valid Motif installation.
If MOTIF_TYPE is set, then use the named Motif installation.
If neither MOTIFBASE nor MOTIF_TYPE is set, then any pre-existing Motif
installation is used, whether it is in /usr/dt or ${X11BASE} or a pkgsrc-
installed Motif.
Lastly, default to ${MOTIF_TYPE_DEFAULT}.
This makes MOTIF_TYPE behave more like XAW_TYPE in that it explicitly
chooses the Motif installation to use.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/mk/motif.buildlink.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.