summaryrefslogtreecommitdiff
path: root/security/py-twofish
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-28 02:36:48 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-28 02:36:48 +0000
commitc53484d9b1be0ac695c64767803d720c0f0e8bfc (patch)
treefac552b5c753ac7683ac350b92b0aac8c09c83a1 /security/py-twofish
parentBROKEN: broken pkg-plist (diff)
Port is broken on 4.x as well.
Notes
Notes: svn path=/head/; revision=92376
Diffstat (limited to 'security/py-twofish')
-rw-r--r--security/py-twofish/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/py-twofish/Makefile b/security/py-twofish/Makefile
index 51e88f6c9335..2b9188a79789 100644
--- a/security/py-twofish/Makefile
+++ b/security/py-twofish/Makefile
@@ -18,11 +18,7 @@ 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
@@ -35,4 +31,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>