diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:59:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:59:47 +0000 |
commit | be9da1563a8bebe16641d264fa8b685737a1adb4 (patch) | |
tree | 0d0700b13436bdda2d573a435d92dd69d9a6c49b /www/p5-PLP | |
parent | e5c163d1f9c4678cd48ef5201af7a6753ae8d792 (diff) |
Notes
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 573144198447..d52f7db49b31 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) |