diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-10 06:42:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-10 06:42:37 +0000 |
commit | 209e1cfffdb075ff9787d6cf40269ec478c0be46 (patch) | |
tree | a6b92236c3971f9dc2192d29629504b8c0103773 /Mk/bsd.port.mk | |
parent | 741efabb336ea662b7d058f5cba2ee7c23e1459f (diff) | |
download | ports-209e1cfffdb075ff9787d6cf40269ec478c0be46.tar.gz ports-209e1cfffdb075ff9787d6cf40269ec478c0be46.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 57daf9f9ec84..a7285b836858 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -6179,7 +6179,7 @@ MULTI_EOL= ": you have to choose at least one of them" SINGLE_EOL= ": you have to select exactly one of them" RADIO_EOL= ": you can only select none or one of them" showconfig: -.if !empty(ALL_OPTIONS) || !empty(OPTIONS_SINGLE) || !empty(OPTIONS_MULTI) || !empty(OPTIONS_RADIO) || !empty(OPTIONS_GROUP) +.if !empty(COMPLETE_OPTIONS_LIST) @${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME}": .for opt in ${ALL_OPTIONS} . if empty(PORT_OPTIONS:M${opt}) |