diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-24 20:03:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-24 20:03:52 +0000 |
commit | 3ee95c4c3990e6aa64d72b6f800166efb703cba1 (patch) | |
tree | 0ba09f21c6674e3a9147ef942da1f4109ff4a590 /www/cacheboy15-devel | |
parent | a74bb03ca8d4efd6cfc441ddb1ec7efaacadafa9 (diff) |
Notes
Diffstat (limited to 'www/cacheboy15-devel')
-rw-r--r-- | www/cacheboy15-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/cacheboy15-devel/Makefile b/www/cacheboy15-devel/Makefile index aa7c68e2769d..900cda387b0f 100644 --- a/www/cacheboy15-devel/Makefile +++ b/www/cacheboy15-devel/Makefile @@ -178,6 +178,10 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800037 +BROKEN= does not compile with Heimdal 1.1 in 8.0-CURRENT +.endif + # Authentication methods and modules: basic_auth= DB NCSA PAM MSNT SMB |