diff options
author | taca <taca@pkgsrc.org> | 2002-01-04 16:36:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-01-04 16:36:54 +0000 |
commit | dcc24639edeb35c73edfb0ccbb0cb349c2b53848 (patch) | |
tree | f48b33226bf4389132fce66c218a7e3b23728218 /security | |
parent | d009a2136c24bca555550e99322c92819143961e (diff) | |
download | pkgsrc-dcc24639edeb35c73edfb0ccbb0cb349c2b53848.tar.gz |
Enable ruby-openssl and disable ruby-ssl.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index 584f3e6ffb5..093f9fec227 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2002/01/03 12:25:27 wiz Exp $ +# $NetBSD: Makefile,v 1.99 2002/01/04 16:36:54 taca Exp $ # COMMENT= Security tools @@ -88,8 +88,8 @@ SUBDIR+= rsaref SUBDIR+= ruby-acl SUBDIR+= ruby-digest SUBDIR+= ruby-md5 +SUBDIR+= ruby-openssl SUBDIR+= ruby-sha1 -SUBDIR+= ruby-ssl SUBDIR+= ruby-tcpwrap SUBDIR+= scanssh SUBDIR+= smimemsg |