diff options
-rw-r--r-- | www/cacheboy/Makefile | 4 | ||||
-rw-r--r-- | www/cacheboy15-devel/Makefile | 4 | ||||
-rw-r--r-- | www/cacheboy16/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/www/cacheboy/Makefile b/www/cacheboy/Makefile index aa7c68e2769d..900cda387b0f 100644 --- a/www/cacheboy/Makefile +++ b/www/cacheboy/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 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 diff --git a/www/cacheboy16/Makefile b/www/cacheboy16/Makefile index aa7c68e2769d..900cda387b0f 100644 --- a/www/cacheboy16/Makefile +++ b/www/cacheboy16/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 |