diff options
author | kris <kris@FreeBSD.org> | 2005-04-11 05:59:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-11 05:59:47 +0800 |
commit | 8f652d869c5a0370297116001527e84d3ed99410 (patch) | |
tree | 3f1fef2f2be78d371e9b43da77fae4767a72e6e7 /www/p5-PLP | |
parent | dea69d49783d69848c65f030a2965702e43ccfc1 (diff) | |
download | freebsd-ports-graphics-8f652d869c5a0370297116001527e84d3ed99410.tar.gz freebsd-ports-graphics-8f652d869c5a0370297116001527e84d3ed99410.tar.zst freebsd-ports-graphics-8f652d869c5a0370297116001527e84d3ed99410.zip |
BROKEN: Does not compile on FreeBSD 4.x
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 57314419844..d52f7db49b3 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) |