aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-21 04:15:55 +0800
committerlinimon <linimon@FreeBSD.org>2003-10-21 04:15:55 +0800
commit470b7600ae53d04b799db665589895df302dc68a (patch)
tree76bda78cb4a54ec540b6215cb0a22f9f530ad3ba
parent15a68b61a55937f48bde2b05486d7449b33cb410 (diff)
downloadfreebsd-ports-gnome-470b7600ae53d04b799db665589895df302dc68a.tar.gz
freebsd-ports-gnome-470b7600ae53d04b799db665589895df302dc68a.tar.zst
freebsd-ports-gnome-470b7600ae53d04b799db665589895df302dc68a.zip
Mark as broken on 5.x. The distfile, the latest on the mastersite, is from 2001.
-rw-r--r--security/py-twofish/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/py-twofish/Makefile b/security/py-twofish/Makefile
index c200761b8d9a..51e88f6c9335 100644
--- a/security/py-twofish/Makefile
+++ b/security/py-twofish/Makefile
@@ -18,6 +18,12 @@ DISTNAME= twofishmodule-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Twofish cryptographic module for Python
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
USE_PYTHON= yes
GNU_CONFIGURE= yes
@@ -29,4 +35,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>