summaryrefslogtreecommitdiff
path: root/security/xmlsec
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-10 23:53:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-10 23:53:06 +0000
commit86cc0f081d3006a5b1080f6dc85dda3e0e6a3ebe (patch)
tree8435383ee1ce86620edee234be9355d641d55b27 /security/xmlsec
parentBROKEN On 7.0: Does not compile (diff)
BROKEN on 7.0: Does not compile
Notes
Notes: svn path=/head/; revision=172741
Diffstat (limited to 'security/xmlsec')
-rw-r--r--security/xmlsec/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>