diff options
author | nork <nork@FreeBSD.org> | 2003-02-22 16:12:23 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-22 16:12:23 +0000 |
commit | 0fcf2b015919733eec118676bcf6686491d89e11 (patch) | |
tree | 427708910df1685f78b6c9c9ba53e43244c08a3d /ftp | |
parent | 84636e195d32543c2ca6c8e1649ee1dde27686ee (diff) | |
download | FreeBSD-ports-0fcf2b015919733eec118676bcf6686491d89e11.zip FreeBSD-ports-0fcf2b015919733eec118676bcf6686491d89e11.tar.gz |
Remove RESTRICTED tag for crypto stuff.
Approved by: kris (implicitly)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/sftp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ftp/sftp/Makefile b/ftp/sftp/Makefile index 72be3ad..6bfeb9d 100644 --- a/ftp/sftp/Makefile +++ b/ftp/sftp/Makefile @@ -19,8 +19,6 @@ MAINTAINER= cy@FreeBSD.org RUN_DEPENDS= ssh:${PORTSDIR}/security/openssh .endif -RESTRICTED= "Calls external cryptographic routines." - GNU_CONFIGURE= yes MAN1= secftp.1 |