diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-24 21:14:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-24 21:14:07 +0000 |
commit | 801c0113ea4afb0d3d75aa993f748e0ba31e9d0f (patch) | |
tree | ca500daa69658d1949789d950b1040f0fd1274c4 /security | |
parent | d64499c326521df913fb146dd4f1816d78bb6b5c (diff) | |
download | ports-801c0113ea4afb0d3d75aa993f748e0ba31e9d0f.tar.gz ports-801c0113ea4afb0d3d75aa993f748e0ba31e9d0f.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SAML/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile index 4627fa171838..e498ac9e3b73 100644 --- a/security/p5-Net-SAML/Makefile +++ b/security/p5-Net-SAML/Makefile @@ -32,4 +32,10 @@ post-install: MAN3= Net::SAML.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800037 +BROKEN= does not compile +.endif + +.include <bsd.port.post.mk> |