diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-25 00:05:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-25 00:05:09 +0000 |
commit | eee414bcb5575dbf0a04678153c91fb2e70b2f15 (patch) | |
tree | 7d1a4cfb48d03a08d365c56dd43b9c0aa095ec2b /security | |
parent | 9ef11bbeec3f6926fc5126ee057783ed7078ee9b (diff) |
Notes
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 5f6399519591..f7393a73cc9a 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 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/} |