Invert example use of OPTIONSng-- was incorrect
Submitted by: James O'Gorman Approved by: linimon
This commit is contained in:
parent
d699c12c13
commit
4a41faf75f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38958
1 changed files with 2 additions and 2 deletions
|
@ -4318,9 +4318,9 @@ OPTIONS_DEFAULT=FOO
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MFOO}
|
||||
CONFIGURE_ARGS+=--without-foo
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-foo
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-foo
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MBAR}
|
||||
|
|
Loading…
Reference in a new issue