diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-25 00:05:09 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-25 00:05:09 +0000 |
commit | 56676e83a802353323cf0f4ce74f81009621810e (patch) | |
tree | 9fc9d9446529b51dce7b8d6007d3aeba9882a2db /security/john | |
parent | 9a6873bc572c09d70dc6ea5b234f896049ecc528 (diff) | |
download | FreeBSD-ports-56676e83a802353323cf0f4ce74f81009621810e.zip FreeBSD-ports-56676e83a802353323cf0f4ce74f81009621810e.tar.gz |
Remove the restriction on these due to containing DES code.
Diffstat (limited to 'security/john')
-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 2f1e223..98dd63a 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/} |