diff options
Diffstat (limited to 'net/ppxp/Makefile')
-rw-r--r-- | net/ppxp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile index 85b857de29c9..14c8cc871a4d 100644 --- a/net/ppxp/Makefile +++ b/net/ppxp/Makefile @@ -68,6 +68,10 @@ DOC_ja_JP= QuickStart.txt QuickUsage.txt guide-1.html guide-2.html \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} == "ia64" BROKEN= "Coredump during build on ia64" .endif |