diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-09 21:41:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-09 21:41:56 +0000 |
commit | 664188bae70c55c79793b92041d371755e74c92a (patch) | |
tree | a850de3119c8c1e0ceb6a3d0e7e4d1b1f4ba6e87 /security | |
parent | a1db8363e48d0b9e53539cbc2686f68850ebc03e (diff) | |
download | ports-664188bae70c55c79793b92041d371755e74c92a.tar.gz ports-664188bae70c55c79793b92041d371755e74c92a.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/john/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index 548b054f3ada..be621ca877e8 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -4,7 +4,7 @@ # Date created: Sun Mar 09, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1997/03/09 21:34:25 obrien Exp $ # DISTNAME= ucfjohn3 @@ -15,6 +15,8 @@ EXTRACT_SUFX= .zip MAINTAINER= obrien@NUXI.com +RESTRICTED= "contains crypto (crypt())" + BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip EXTRACT_CMD= unzip |