aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-07-15 19:27:21 +0800
committerknu <knu@FreeBSD.org>2002-07-15 19:27:21 +0800
commit90c8e09f96aea5b546740252b5fa57d032b6d652 (patch)
tree485412b849ac432715333ed6ba4e3393b0cef4cd /sysutils
parent326842d300d18a1a88fa006a8ded20875beb4558 (diff)
downloadfreebsd-ports-graphics-90c8e09f96aea5b546740252b5fa57d032b6d652.tar.gz
freebsd-ports-graphics-90c8e09f96aea5b546740252b5fa57d032b6d652.tar.zst
freebsd-ports-graphics-90c8e09f96aea5b546740252b5fa57d032b6d652.zip
The optparse module is now part of Ruby 1.7.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/portupgrade-devel/Makefile6
-rw-r--r--sysutils/portupgrade/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile
index 7d67c6d4780..dfbffb257bc 100644
--- a/sysutils/portupgrade-devel/Makefile
+++ b/sysutils/portupgrade-devel/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:
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile
index 7d67c6d4780..dfbffb257bc 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: