- Fix a typo.

Noticed by:	chris@officialunix.com
This commit is contained in:
Wesley Shields 2009-11-11 14:04:46 +00:00
parent eb4e92bae6
commit 008acbb315
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244114

View File

@ -116,7 +116,7 @@ CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --disable-nls
.endif
.if definedf defined(WITH_CLIENT_ONLY) && (${OSVERSION} >= 800000)
.if defined(WITH_CLIENT_ONLY) && (${OSVERSION} >= 800000)
BROKEN= Does not build due to missing llistxattr
.endif