diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 22:13:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 22:13:46 +0000 |
commit | 9e9dcdd897e281ba542f43777310f92388c5e51e (patch) | |
tree | c49e874fd657bc4d06f988f985a514fc051e7c8f /security/p5-Crypt-Anubis | |
parent | 8b63fe22b55748666da037dc8b891ab878ef6bb9 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-Anubis')
-rw-r--r-- | security/p5-Crypt-Anubis/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |