From 64748904ce9e6294b31459e5fcf4188fcd706b7f Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 15 Oct 2003 04:51:01 +0000 Subject: BROKEN on 5.x: Does not compile --- security/py-twofish/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security/py-twofish') diff --git a/security/py-twofish/Makefile b/security/py-twofish/Makefile index 687147d5b3f1..5806eb04d350 100644 --- a/security/py-twofish/Makefile +++ b/security/py-twofish/Makefile @@ -20,6 +20,12 @@ COMMENT= Twofish cryptographic module for Python USE_PYTHON= yes GNU_CONFIGURE= yes +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + do-install: ${INSTALL_DATA} ${WRKSRC}/_twofish.so ${PYTHON_SITELIBDIR} ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PYTHON_SITELIBDIR} @@ -28,4 +34,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include +.include -- cgit v1.2.3