aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rubygem-ohai
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-06-07 03:25:10 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-06-07 03:25:10 +0800
commit3ce7d09e6cb23f7c5b6ed1696276c8217b89b269 (patch)
treec83099a1416420b251b7dff34f02f34558b886bf /sysutils/rubygem-ohai
parent9e6b05898aa0f314786d557f8d5442836ca2c060 (diff)
downloadfreebsd-ports-gnome-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.tar.gz
freebsd-ports-gnome-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.tar.zst
freebsd-ports-gnome-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.zip
- GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby
Diffstat (limited to 'sysutils/rubygem-ohai')
-rw-r--r--sysutils/rubygem-ohai/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/rubygem-ohai/Makefile b/sysutils/rubygem-ohai/Makefile
index 45d321f676cb..f3b7c0b89302 100644
--- a/sysutils/rubygem-ohai/Makefile
+++ b/sysutils/rubygem-ohai/Makefile
@@ -13,13 +13,12 @@ MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= Ohai profiles your system and emits JSON
-BUILD_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log \
+RUN_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log \
rubygem-mixlib-config>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-config \
rubygem-mixlib-cli>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-cli \
rubygem-systemu>=1.2.0:${PORTSDIR}/devel/rubygem-systemu \
rubygem-extlib>=0.9.14:${PORTSDIR}/devel/rubygem-extlib \
rubygem-json>=1.1.9:${PORTSDIR}/devel/rubygem-json
-RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= yes