From 86cc0f081d3006a5b1080f6dc85dda3e0e6a3ebe Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 10 Sep 2006 23:53:06 +0000 Subject: BROKEN on 7.0: Does not compile --- security/xmlsec/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security/xmlsec') diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile index dce298c3afe2..6d321d12b84b 100644 --- a/security/xmlsec/Makefile +++ b/security/xmlsec/Makefile @@ -29,6 +29,12 @@ INSTALLS_SHLIB= yes MAN1= xmlsec.1 xmlsec-config.1 +.include + +.if ${OSVERSION} >= 700019 +BROKEN= Does not compile on FreeBSD >= 7.0 +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -36,4 +42,4 @@ post-install: @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif -.include +.include -- cgit v1.2.3