diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-06-06 03:16:23 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-06-06 03:16:23 +0000 |
commit | a443e2a36f0976c4bd8e2c9e0e64a384384933a5 (patch) | |
tree | cf994c472652f502533e1d74f648e7890475812a | |
parent | 2ae2b92d342ec2bb69d2c72e1a19fe38e9d601e5 (diff) | |
download | pkgsrc-a443e2a36f0976c4bd8e2c9e0e64a384384933a5.tar.gz |
It's tcp_wrapper_s_.
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index bdd006342cd..f4d53582da1 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/03/29 12:42:24 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2003/06/06 03:16:23 jschauma Exp $ # FreeBSD: ports/security/ruby-tcpwrap/Makefile,v 1.6 2000/09/26 08:02:10 knu Exp DISTNAME= ruby-tcpwrap-0.3 @@ -15,7 +15,7 @@ COMMENT= TCP wrappers library for Ruby DEPENDS+= libident>=0.22:../../security/libident .if ${OPSYS} != "NetBSD" -DEPENDS+= tcp_wrappers>=7.6:../../security/tcp_wrapper +DEPENDS+= tcp_wrappers>=7.6:../../security/tcp_wrappers .endif DIST_SUBDIR= ruby |