From 3ce7d09e6cb23f7c5b6ed1696276c8217b89b269 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Sun, 6 Jun 2010 19:25:10 +0000 Subject: - 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 --- misc/rubygem-ohcount/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/rubygem-ohcount/Makefile b/misc/rubygem-ohcount/Makefile index 8b4b66532986..3ad2ca3258bb 100644 --- a/misc/rubygem-ohcount/Makefile +++ b/misc/rubygem-ohcount/Makefile @@ -13,9 +13,8 @@ MASTER_SITES= http://labs.ohloh.net/download/ MAINTAINER= eg@fbsd.lt COMMENT= Ohcount is the source code line counter that powers Ohloh -BUILD_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs \ +RUN_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs \ ragel:${PORTSDIR}/devel/ragel -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes -- cgit