diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-28 10:36:48 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-28 10:36:48 +0800 |
commit | c53484d9b1be0ac695c64767803d720c0f0e8bfc (patch) | |
tree | fac552b5c753ac7683ac350b92b0aac8c09c83a1 /security/py-twofish | |
parent | f2ee43ebc37ffab3d9bb57f51a190c94fe78d70c (diff) | |
download | freebsd-ports-gnome-c53484d9b1be0ac695c64767803d720c0f0e8bfc.tar.gz freebsd-ports-gnome-c53484d9b1be0ac695c64767803d720c0f0e8bfc.tar.zst freebsd-ports-gnome-c53484d9b1be0ac695c64767803d720c0f0e8bfc.zip |
Port is broken on 4.x as well.
Diffstat (limited to 'security/py-twofish')
-rw-r--r-- | security/py-twofish/Makefile | 6 |
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> |