diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-31 18:55:28 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-31 18:55:28 +0000 |
commit | c39b5cc9b579584ccac3494cd5bf01fdb9a33004 (patch) | |
tree | 8fea1fb9aab75b14a2350a4a612112b5fd05268a /net/ruby-tcpsocketpipe | |
parent | b23aecf8c6724d894dc07cb831478e54b8ab30f9 (diff) |
Notes
Diffstat (limited to 'net/ruby-tcpsocketpipe')
-rw-r--r-- | net/ruby-tcpsocketpipe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ruby-tcpsocketpipe/Makefile b/net/ruby-tcpsocketpipe/Makefile index c7376cf6ac40..659b6bad7f7a 100644 --- a/net/ruby-tcpsocketpipe/Makefile +++ b/net/ruby-tcpsocketpipe/Makefile @@ -17,10 +17,10 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby library to create I/O pipes for TCP socket tunneling -RUN_DEPENDS= ${RUBY_SITELIBDIR}/logger.rb:${PORTSDIR}/sysutils/ruby-devel-logger \ - ${RUBY_SITELIBDIR}/dump.rb:${PORTSDIR}/converters/ruby-dump.rb +RUN_DEPENDS= ${RUBY_SITELIBDIR}/dump.rb:${PORTSDIR}/converters/ruby-dump.rb USE_RUBY= yes +USE_RUBY_FEATURES= devel-logger NO_BUILD= yes |