diff options
Diffstat (limited to 'www/mod_v2h/Makefile')
-rw-r--r-- | www/mod_v2h/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_v2h/Makefile b/www/mod_v2h/Makefile index 08005b0d778c..971534361ae3 100644 --- a/www/mod_v2h/Makefile +++ b/www/mod_v2h/Makefile @@ -25,6 +25,10 @@ USE_PERL5_RUN= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} == "amd64" BROKEN= "Does not compile on amd64 (missing -fPIC)" .endif |