diff options
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> |