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 | |
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')
-rw-r--r-- | security/crack/Makefile | 1 | ||||
-rw-r--r-- | security/john/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile index 5f63995..f7393a7 100644 --- a/security/crack/Makefile +++ b/security/crack/Makefile @@ -18,7 +18,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= obrien@FreeBSD.org -RESTRICTED= "contains crypto (libdes)" WRKSRC= ${WRKDIR}/c50a pre-configure: 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/} |