diff options
Diffstat (limited to 'www/p5-PLP')
-rw-r--r-- | www/p5-PLP/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-PLP/Makefile b/www/p5-PLP/Makefile index 5731441..d52f7db 100644 --- a/www/p5-PLP/Makefile +++ b/www/p5-PLP/Makefile @@ -32,6 +32,10 @@ IGNORE= WITH_MOD_PERL must be either '1' or '2', or undefined .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + pre-fetch: @${ECHO_CMD} .if defined(WITH_MOD_PERL) |