From f876bfb079f21d57de13069d3d0bfd6544c8eef9 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 21 Feb 2004 22:13:46 +0000 Subject: BROKEN on 4.x: does not compile --- security/p5-Crypt-Anubis/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security/p5-Crypt-Anubis') diff --git a/security/p5-Crypt-Anubis/Makefile b/security/p5-Crypt-Anubis/Makefile index a3a14bbeec9e..8465f5d6bf50 100644 --- a/security/p5-Crypt-Anubis/Makefile +++ b/security/p5-Crypt-Anubis/Makefile @@ -19,4 +19,10 @@ PERL_CONFIGURE= yes MAN3= Crypt::Anubis.3 -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + +.include -- cgit