diff options
author | kris <kris@FreeBSD.org> | 2003-10-28 10:36:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-28 10:36:48 +0800 |
commit | 40ba0cf9f19edec51c3082ff114b69f03b12c803 (patch) | |
tree | dbe4c0b3d9fc79c231b82cc65d40574552640898 /security | |
parent | 243843cca2c2e628fa416d9b7f1e4697b7569a5f (diff) | |
download | freebsd-ports-gnome-40ba0cf9f19edec51c3082ff114b69f03b12c803.tar.gz freebsd-ports-gnome-40ba0cf9f19edec51c3082ff114b69f03b12c803.tar.zst freebsd-ports-gnome-40ba0cf9f19edec51c3082ff114b69f03b12c803.zip |
Port is broken on 4.x as well.
Diffstat (limited to 'security')
-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> |