summaryrefslogtreecommitdiff
path: root/mk/bsd.options.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-31 15:05:13 +0000
committerrillig <rillig@pkgsrc.org>2005-05-31 15:05:13 +0000
commit66c9dd0de717b6cf8fd51b4cb695a23e55e0c899 (patch)
treee82131c0e3dbe75e502cd461f5b32a8e832313df /mk/bsd.options.mk
parent6b233f2a94a03492f7a8fc212980cdf0494e3ab7 (diff)
downloadpkgsrc-66c9dd0de717b6cf8fd51b4cb695a23e55e0c899.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} "=========================================================================="