- Fix .if condition
This commit is contained in:
parent
1bf8a74fba
commit
555cca9d05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242713
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS+=--with-hal-addon-dir=${PREFIX}/libexec \
|
||||
--disable-bluetooth-support
|
||||
|
||||
if ${OSVERSION} >= 800074
|
||||
.if ${OSVERSION} >= 800074
|
||||
IGNORE= requires pppd
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue