diff options
author | obrien <obrien@FreeBSD.org> | 2001-02-17 09:40:35 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-02-17 09:40:35 +0800 |
commit | 8a64faa209d75fed613c9d51e13f20b7a91e75ec (patch) | |
tree | 8e7e1d59a947737233a888c7b313d034b0125204 /security/ssh2 | |
parent | a7501e507033d4de0480f9d678de705e2736d924 (diff) | |
download | freebsd-ports-gnome-8a64faa209d75fed613c9d51e13f20b7a91e75ec.tar.gz freebsd-ports-gnome-8a64faa209d75fed613c9d51e13f20b7a91e75ec.tar.zst freebsd-ports-gnome-8a64faa209d75fed613c9d51e13f20b7a91e75ec.zip |
Unrestrict to match the ssh port.
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index dcec14d0a452..bb168cf26bf3 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -15,7 +15,7 @@ DISTNAME= ssh-${PORTVERSION} MAINTAINER= issei@jp.FreeBSD.org -RESTRICTED= "Crypto; export-controlled" +#RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= YES |