diff options
author | linimon <linimon@FreeBSD.org> | 2004-10-23 17:50:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-10-23 17:50:13 +0800 |
commit | d92dc1e99444d9b03a05d3422c417540a884e147 (patch) | |
tree | a68fbdae5bb447ba39896b040498eeab3811d786 /devel/ruby-cvs | |
parent | d0f0b9cdd32c41e9cd351f08530d3353d6410574 (diff) | |
download | freebsd-ports-gnome-d92dc1e99444d9b03a05d3422c417540a884e147.tar.gz freebsd-ports-gnome-d92dc1e99444d9b03a05d3422c417540a884e147.tar.zst freebsd-ports-gnome-d92dc1e99444d9b03a05d3422c417540a884e147.zip |
Remove optional dependency. The dependent port was removed after having
failed to install for quite some time.
Diffstat (limited to 'devel/ruby-cvs')
-rw-r--r-- | devel/ruby-cvs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-cvs/Makefile b/devel/ruby-cvs/Makefile index f4806988f16e..669e47d27104 100644 --- a/devel/ruby-cvs/Makefile +++ b/devel/ruby-cvs/Makefile @@ -17,7 +17,7 @@ MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby library to provide a high level interface to a CVS repository # optional, but strongly suggested -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/flex.so:${PORTSDIR}/devel/ruby-flex_rb +#RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/flex.so:${PORTSDIR}/devel/ruby-flex_rb USE_RUBY= yes |