summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-09-13 19:22:17 +0000
committerjlam <jlam@pkgsrc.org>2001-09-13 19:22:17 +0000
commita8587a15c0b007565f9d1b143875b0aacf6aab04 (patch)
treeacaa18a24aab5eb9e8e175037a046d2c525c6d91 /mk
parente598e5dd1af47a57562b8ae7c6808e2bfb7299d5 (diff)
downloadpkgsrc-a8587a15c0b007565f9d1b143875b0aacf6aab04.tar.gz
Clarify in the comments that this buildlink.mk file handles
Motif-*2.0*-compatible installations.
Diffstat (limited to 'mk')
-rw-r--r--mk/motif.buildlink.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/mk/motif.buildlink.mk b/mk/motif.buildlink.mk
index 36a5b0f49c7..0e3956f37cf 100644
--- a/mk/motif.buildlink.mk
+++ b/mk/motif.buildlink.mk
@@ -1,11 +1,11 @@
-# $NetBSD: motif.buildlink.mk,v 1.4 2001/09/13 19:14:52 jlam Exp $
+# $NetBSD: motif.buildlink.mk,v 1.5 2001/09/13 19:22:17 jlam Exp $
#
-# This Makefile fragment is included by packages that use Motif.
+# This Makefile fragment is included by packages that use Motif-2.0.
#
# To use this Makefile fragment, simply:
#
-# (1) Optionally set MOTIF_TYPE choose a specific Motif-compatible package
-# to be used.
+# (1) Optionally set MOTIF_TYPE choose a specific Motif-2.0-compatible
+# package to be used.
# (2) Include this Makefile fragment in the package Makefile,
.if !defined(MOTIF_BUILDLINK_MK)
@@ -13,7 +13,7 @@ MOTIF_BUILDLINK_MK= # defined
.include "../../mk/bsd.prefs.mk"
-# Default to using OpenMotif for Motif-compatible libraries as it's a
+# Default to using OpenMotif for Motif-2.0-compatible libraries as it's a
# "real" Motif with full functionality. On Solaris, default to DT-Motif
# (in /usr/dt).
#
@@ -23,10 +23,10 @@ MOTIF_TYPE_DEFAULT?= dt
MOTIF_TYPE_DEFAULT?= openmotif
.endif
-# If /usr/dt is a valid Motif installation, then use it. Otherwise, check
-# to see if a pkgsrc Motif is installed and valid, then use it. Otherwise,
-# if ${X11BASE} is valid, then use it. Otherwise, use the Motif specified
-# by ${MOTIF_TYPE_DEFAULT}.
+# If /usr/dt is a valid Motif-2.0 installation, then use it. Otherwise,
+# check to see if a pkgsrc Motif-2.0 is installed and valid, then use it.
+# Otherwise, if ${X11BASE} is valid, then use it. Otherwise, use the
+# Motif-2.0 specified by ${MOTIF_TYPE_DEFAULT}.
#
.if exists(/usr/dt/include/Xm/Xm.h)
_MOTIF_TYPE= dt
@@ -75,7 +75,7 @@ MOTIFBASE= ${BUILDLINK_PREFIX.openmotif}
MOTIFBASE= ${BUILDLINK_PREFIX.lesstif}
.else
#
-# Link the pre-existing Motif libraries and headers in ${MOTIFBASE} into
+# Link the pre-existing Motif-2.0 libraries and headers in ${MOTIFBASE} into
# ${BUILDLINK_DIR}.
#
. include "../../mk/bsd.buildlink.mk"