From da8461ff2ec762292299f15fc11acb1c8964991e Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 16 Oct 2003 01:31:58 +0000 Subject: BROKEN on 5.x: does not compile --- security/py-pow/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security/py-pow') diff --git a/security/py-pow/Makefile b/security/py-pow/Makefile index e857e01666aa..ffff8d40111d 100644 --- a/security/py-pow/Makefile +++ b/security/py-pow/Makefile @@ -21,10 +21,16 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes USE_OPENSSL= yes +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/POW.pdf ${DOCSDIR} .endif -.include +.include -- cgit