diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-22 16:12:23 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-22 16:12:23 +0000 |
commit | 4f56b2baa0b251b3f8a7a4d3047324f21edb8b4f (patch) | |
tree | 2cc512a10b56988cf8bb5bfe318afa957b691baf /security/lsh | |
parent | 36851c364ff76c68228462c4f7d8b30b21ce3cb7 (diff) | |
download | ports-4f56b2baa0b251b3f8a7a4d3047324f21edb8b4f.tar.gz ports-4f56b2baa0b251b3f8a7a4d3047324f21edb8b4f.zip |
Remove RESTRICTED tag for crypto stuff.
Approved by: kris (implicitly)
Notes
Notes:
svn path=/head/; revision=76164
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index f41709023585..e05d75031fe2 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -18,7 +18,6 @@ COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 LIB_DEPENDS+= oop:${PORTSDIR}/devel/liboop -RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= yes USE_GMAKE= yes INSTALL_TARGET= install |