diff options
author | kris <kris@FreeBSD.org> | 2005-04-10 21:59:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-10 21:59:47 +0000 |
commit | 8f652d869c5a0370297116001527e84d3ed99410 (patch) | |
tree | 3f1fef2f2be78d371e9b43da77fae4767a72e6e7 /www | |
parent | dea69d49783d69848c65f030a2965702e43ccfc1 (diff) | |
download | FreeBSD-ports-8f652d869c5a0370297116001527e84d3ed99410.zip FreeBSD-ports-8f652d869c5a0370297116001527e84d3ed99410.tar.gz |
BROKEN: Does not compile on FreeBSD 4.x
Diffstat (limited to 'www')
-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) |