diff options
author | knu <knu@FreeBSD.org> | 2002-07-15 11:27:21 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-07-15 11:27:21 +0000 |
commit | 90c8e09f96aea5b546740252b5fa57d032b6d652 (patch) | |
tree | 485412b849ac432715333ed6ba4e3393b0cef4cd /sysutils/portupgrade | |
parent | 326842d300d18a1a88fa006a8ded20875beb4558 (diff) | |
download | FreeBSD-ports-90c8e09f96aea5b546740252b5fa57d032b6d652.zip FreeBSD-ports-90c8e09f96aea5b546740252b5fa57d032b6d652.tar.gz |
The optparse module is now part of Ruby 1.7.
Diffstat (limited to 'sysutils/portupgrade')
-rw-r--r-- | sysutils/portupgrade/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 7d67c6d..dfbffb2 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -21,8 +21,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org -RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ - ${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1 \ +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1 \ ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/sysutils/pkg_tarup # For PKG_DBDRIVER={bdb_btree,bdb_hash,bdb} # ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb @@ -56,7 +55,8 @@ INSTALL_TARGET+= install-doc .include <bsd.port.pre.mk> .if ${RUBY_VER} < 1.7 -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/features/ruby18/file.so:${PORTSDIR}/lang/ruby16-shim-ruby18 +RUN_DEPENDS+= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ + ${RUBY_SITEARCHLIBDIR}/features/ruby18/file.so:${PORTSDIR}/lang/ruby16-shim-ruby18 .endif pre-install: |