- Fix .if condition

This commit is contained in:
Alexander Logvinov 2009-10-12 09:44:54 +00:00
parent 1bf8a74fba
commit 555cca9d05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242713

View file

@ -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