summaryrefslogtreecommitdiff
path: root/mk/bsd.options.mk
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-31 15:05:13 +0000
committerrillig <rillig>2005-05-31 15:05:13 +0000
commitaffc13f7f610c879a529f1488d255aee6898991f (patch)
treee82131c0e3dbe75e502cd461f5b32a8e832313df /mk/bsd.options.mk
parentf426e229f81c94ac8b9db531deb9693040312da9 (diff)
downloadpkgsrc-affc13f7f610c879a529f1488d255aee6898991f.tar.gz
The available options are shown before the dependencies are installed.
Many package options influence the dependencies, so this order is more likely to be useful.
Diffstat (limited to 'mk/bsd.options.mk')
-rw-r--r--mk/bsd.options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.options.mk b/mk/bsd.options.mk
index e25bf551b1c..385c9489757 100644
--- a/mk/bsd.options.mk
+++ b/mk/bsd.options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.27 2005/05/31 12:10:07 dillo Exp $
+# $NetBSD: bsd.options.mk,v 1.28 2005/05/31 15:05:13 rillig Exp $
#
# This Makefile fragment provides boilerplate code for standard naming
# conventions for handling per-package build options.
@@ -210,7 +210,7 @@ show-options:
.if defined(PKG_SUPPORTED_OPTIONS)
.PHONY: supported-options-message
-pre-extract: supported-options-message
+pre-install-depends: supported-options-message
supported-options-message:
. if !empty(PKG_SUPPORTED_OPTIONS)
@${ECHO} "=========================================================================="