diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rubygem-ohcount/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |