summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-09-07 15:26:52 +0000
committerfredb <fredb@pkgsrc.org>2000-09-07 15:26:52 +0000
commit73bce9e46c3a8fd1db489c8dd6ab1141bb2a7799 (patch)
treec6bca0368e62ba9f1f7bb946555562d96fa0d52d /mk
parent60c438fed0684cd03509ed8d3ae54a2085c324fe (diff)
downloadpkgsrc-73bce9e46c3a8fd1db489c8dd6ab1141bb2a7799.tar.gz
Correct a factual error in the comment "ways to disable a package":
we actually check for "X", and not just Motif. Also, clean up word wrap, and rearrange the sections to be in the same order as the checks they refer to.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk21
1 files changed, 10 insertions, 11 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index dd0ca71bb55..24528bbafa7 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.565 2000/09/07 02:29:42 fredb Exp $
+# $NetBSD: bsd.pkg.mk,v 1.566 2000/09/07 15:26:52 fredb Exp $
#
# This file is in the public domain.
#
@@ -956,19 +956,18 @@ ACCEPTABLE_LICENSES= ${ACCEPTABLE_LICENCES}
# Many ways to disable a package.
#
# If we're in BATCH mode and the package is interactive, or we're
-# in interactive mode and the package is non-interactive, skip all
-# the important targets. The reason we have two modes is that
-# one might want to leave a build in BATCH mode running
-# overnight, then come back in the morning and do _only_ the
-# interactive ones that required your intervention.
-#
-# Don't attempt to build packages that require Motif if you don't
-# have Motif.
+# in interactive mode and the package is non-interactive, skip
+# all the important targets. The reason we have two modes is that
+# one might want to leave a build in BATCH mode running overnight,
+# then come back in the morning and do _only_ the interactive ones
+# that required your intervention.
#
# Ignore packages that can't be resold if building for a CDROM.
#
-# Don't build a package if it's restricted and we don't want to get
-# into that.
+# Don't build a package if it's restricted and we don't want to
+# get into that.
+#
+# Don't attempt to build packages against X if we don't have X.
#
# Don't build a package if it's broken.
################################################################