diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 01:05:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 01:05:44 +0000 |
commit | 123d15030fa7d4a5c3875466f5afe29ca773b758 (patch) | |
tree | 80660546f8d692aca317c8eac569cc422608680a /www/mod_v2h | |
parent | a6d9f4067255bf5dcd94fa26db0b2a22b3b27a10 (diff) |
Notes
Diffstat (limited to 'www/mod_v2h')
-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 |