diff options
Diffstat (limited to 'sysutils/portupgrade/Makefile')
-rw-r--r-- | sysutils/portupgrade/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index dfbffb2..f585d32 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -55,8 +55,7 @@ INSTALL_TARGET+= install-doc .include <bsd.port.pre.mk> .if ${RUBY_VER} < 1.7 -RUN_DEPENDS+= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ - ${RUBY_SITEARCHLIBDIR}/features/ruby18/file.so:${PORTSDIR}/lang/ruby16-shim-ruby18 +RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/features/ruby18/file.so:${PORTSDIR}/lang/ruby16-shim-ruby18 .endif pre-install: |