aboutsummaryrefslogtreecommitdiff
path: root/security/py-pow
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/py-pow
parent2b5fd8390e846fd4ea3fb1712bbe732823f10f00 (diff)
downloadports-86cc0f081d3006a5b1080f6dc85dda3e0e6a3ebe.tar.gz
ports-86cc0f081d3006a5b1080f6dc85dda3e0e6a3ebe.zip
BROKEN on 7.0: Does not compile
Notes
Notes: svn path=/head/; revision=172741
Diffstat (limited to 'security/py-pow')
-rw-r--r--security/py-pow/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/py-pow/Makefile b/security/py-pow/Makefile
index 0c4d24de81c5..170c6039c5a3 100644
--- a/security/py-pow/Makefile
+++ b/security/py-pow/Makefile
@@ -23,6 +23,12 @@ USE_OPENSSL= yes
PORTDOCS= POW.pdf
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700019
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@@ -31,4 +37,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>