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
commit8dfc66c28104f9ab23c6863fff3d31073a9b3805 (patch)
treee82131c0e3dbe75e502cd461f5b32a8e832313df /mk/bsd.options.mk
parent828fa4f57b3f439599ba3ab1c0ad7490ebec3bd8 (diff)
downloadpkgsrc-8dfc66c28104f9ab23c6863fff3d31073a9b3805.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} "=========================================================================="