diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-25 08:05:09 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-25 08:05:09 +0800 |
commit | 56676e83a802353323cf0f4ce74f81009621810e (patch) | |
tree | 9fc9d9446529b51dce7b8d6007d3aeba9882a2db /security/john/Makefile | |
parent | 9a6873bc572c09d70dc6ea5b234f896049ecc528 (diff) | |
download | freebsd-ports-gnome-56676e83a802353323cf0f4ce74f81009621810e.tar.gz freebsd-ports-gnome-56676e83a802353323cf0f4ce74f81009621810e.tar.zst freebsd-ports-gnome-56676e83a802353323cf0f4ce74f81009621810e.zip |
Remove the restriction on these due to containing DES code.
Diffstat (limited to 'security/john/Makefile')
-rw-r--r-- | security/john/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index 2f1e223563d0..98dd63aa90d0 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -14,8 +14,6 @@ MASTER_SITES= http://www.false.com/security/john/ \ MAINTAINER= obrien@FreeBSD.org -RESTRICTED= "contains crypto (crypt())" - .include <bsd.port.pre.mk> OSNAME= ${OPSYS:S/F/f/:S/N/n/:S/O/o/:S/B/b/:S/S/s/:S/D/d/} |