Allow ports using ruby extconf to be built as non root

PR:		ports/191313
This commit is contained in:
Antoine Brodin
2014-08-25 18:49:34 +00:00
parent 682d8eca30
commit bd79265f7a
5 changed files with 2 additions and 7 deletions
+1 -2
View File
@@ -20,9 +20,8 @@ WANT_PGSQL= server
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