diff options
Diffstat (limited to 'www/httest')
-rw-r--r-- | www/httest/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/httest/Makefile b/www/httest/Makefile index 74d885898434..073aa43e75ea 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -43,6 +43,10 @@ post-patch: .include <bsd.port.options.mk> +.if ${OSVERSION} < 800000 && ${ARCH} == "amd64" +BROKEN= does not compile on 7.X/amd64 +.endif + post-install: .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR}/ |