diff options
author | nork <nork@FreeBSD.org> | 2003-02-23 00:12:23 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-23 00:12:23 +0800 |
commit | 0fcf2b015919733eec118676bcf6686491d89e11 (patch) | |
tree | 427708910df1685f78b6c9c9ba53e43244c08a3d /ftp/sftp | |
parent | 84636e195d32543c2ca6c8e1649ee1dde27686ee (diff) | |
download | freebsd-ports-graphics-0fcf2b015919733eec118676bcf6686491d89e11.tar.gz freebsd-ports-graphics-0fcf2b015919733eec118676bcf6686491d89e11.tar.zst freebsd-ports-graphics-0fcf2b015919733eec118676bcf6686491d89e11.zip |
Remove RESTRICTED tag for crypto stuff.
Approved by: kris (implicitly)
Diffstat (limited to 'ftp/sftp')
-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 72be3adce66..6bfeb9da44f 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 |