Index: Mk/bsd.ruby.mk =================================================================== --- Mk/bsd.ruby.mk (revision 366126) +++ Mk/bsd.ruby.mk (working copy) @@ -522,6 +522,7 @@ RUBY_EXTCONF?= extconf.rb CONFIGURE_ARGS+= --with-opt-dir="${LOCALBASE}" +CONFIGURE_ENV+= RB_USER_INSTALL=yes do-configure: ruby-extconf-configure Index: databases/postgresql-plruby/Makefile =================================================================== --- databases/postgresql-plruby/Makefile (revision 366126) +++ databases/postgresql-plruby/Makefile (working copy) @@ -20,9 +20,8 @@ USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_RUBY_RDOC= yes -NEED_ROOT= yes -POSTGRESQL_PORT?= databases/postgresql${PGSQL_VER}-server +POSTGRESQL_PORT?= databases/postgresql${PGSQL_VER_NODOT}-server PGSQL_PORTDIR?= ${PORTSDIR}/${POSTGRESQL_PORT} PGSQL_WRKSRC_CMD= cd ${PGSQL_PORTDIR} && ${MAKE} -V WRKSRC Index: databases/ruby-bdb/Makefile =================================================================== --- databases/ruby-bdb/Makefile (revision 366126) +++ databases/ruby-bdb/Makefile (working copy) @@ -56,8 +56,6 @@ examples/basic.rb \ examples/lock.rb -NEED_ROOT= yes - .include post-patch: Index: devel/libpafe-ruby/Makefile =================================================================== --- devel/libpafe-ruby/Makefile (revision 366126) +++ devel/libpafe-ruby/Makefile (working copy) @@ -18,7 +18,6 @@ USE_RUBY= yes USE_RUBY_EXTCONF= yes -NEED_ROOT= yes PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/pasori.so Index: graphics/ruby-gd/Makefile =================================================================== --- graphics/ruby-gd/Makefile (revision 366126) +++ graphics/ruby-gd/Makefile (working copy) @@ -17,8 +17,6 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libgd.so:${PORTSDIR}/graphics/gd -NEED_ROOT= yes - USE_RUBY= yes USE_RUBY_EXTCONF= yes