diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 16:53:07 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 16:53:07 +0000 |
commit | 9168603ee2a4caf0184a678f8c87fd4c35b5309e (patch) | |
tree | beed789c375f11c48d387803bbb6f26ed98f78ab /www/squid/Makefile | |
parent | 7d2247fbb14d14757e294626dc02ce359ccf9953 (diff) |
Notes
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index decd01c5bd55..1a343be37693 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -253,7 +253,7 @@ libexec+= squid_kerb_auth storage_schemes= ufs diskd null .if defined(WITH_SQUID_AUFS) storage_schemes+= aufs -.if ${OSVERSION}>=501000 && ${OSVERSION}<700055 +.if ${OSVERSION}<700055 # Only document libmap.conf for releases where it may be needed to # switch from libpthread (aka libkse) to libthr: EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src-cf.data.pre.aufs |