diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-26 02:49:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-26 02:49:34 +0800 |
commit | 993a03489b747fb4109adbcdba04d9d73ae39e46 (patch) | |
tree | a5afd1c3c107512f4ac9ae85b191cbbe014270ed /devel | |
parent | c181fdb07f59fb59192d6858783b7a5072abcf5a (diff) | |
download | freebsd-ports-gnome-993a03489b747fb4109adbcdba04d9d73ae39e46.tar.gz freebsd-ports-gnome-993a03489b747fb4109adbcdba04d9d73ae39e46.tar.zst freebsd-ports-gnome-993a03489b747fb4109adbcdba04d9d73ae39e46.zip |
Allow ports using ruby extconf to be built as non root
PR: ports/191313
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libpafe-ruby/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/libpafe-ruby/Makefile b/devel/libpafe-ruby/Makefile index 0357c7dfb39c..8e000b554355 100644 --- a/devel/libpafe-ruby/Makefile +++ b/devel/libpafe-ruby/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= libpafe.so:${PORTSDIR}/devel/libpafe USE_RUBY= yes USE_RUBY_EXTCONF= yes -NEED_ROOT= yes PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/pasori.so |