diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:53:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-10 23:53:06 +0000 |
commit | 86cc0f081d3006a5b1080f6dc85dda3e0e6a3ebe (patch) | |
tree | 8435383ee1ce86620edee234be9355d641d55b27 /security/py-pow | |
parent | 2b5fd8390e846fd4ea3fb1712bbe732823f10f00 (diff) |
Notes
Diffstat (limited to 'security/py-pow')
-rw-r--r-- | security/py-pow/Makefile | 8 |
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> |