diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-13 04:50:40 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-13 04:50:40 +0000 |
commit | 247cf3ac247ce4ffa45cd253efb8f5ab6287717b (patch) | |
tree | a08487958d916d540c5825dd086e31ea26b78884 /ports-mgmt | |
parent | 906e3824b185dc476d7a2cdc41da1341209da559 (diff) | |
download | ports-247cf3ac247ce4ffa45cd253efb8f5ab6287717b.tar.gz ports-247cf3ac247ce4ffa45cd253efb8f5ab6287717b.zip |
Fix the ruby-shim dependency.
PR: 42722
Submitted by: anane
Notes
Notes:
svn path=/head/; revision=66229
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index da5ba6230bf7..a5d3eeeac2ee 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -59,7 +59,7 @@ 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_SITEARCHLIBDIR}/features/ruby18/file_ruby18.so:${PORTSDIR}/lang/ruby16-shim-ruby18 .endif pre-install: diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index da5ba6230bf7..a5d3eeeac2ee 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -59,7 +59,7 @@ 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_SITEARCHLIBDIR}/features/ruby18/file_ruby18.so:${PORTSDIR}/lang/ruby16-shim-ruby18 .endif pre-install: |