summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-06-06 19:25:10 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-06-06 19:25:10 +0000
commit843ade1030e620014c6c2129c9d8b550bb1a66dd (patch)
tree244179cede4b2cc62a1a9144b28ef146cb2fb7cc /net-im
parentTweak a conditional added in the previous commit that apparently causes (diff)
- 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
Notes
Notes: svn path=/head/; revision=255916
Diffstat (limited to 'net-im')
-rw-r--r--net-im/rubygem-termtter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/rubygem-termtter/Makefile b/net-im/rubygem-termtter/Makefile
index b42b9a286393..c63fb9a5fb80 100644
--- a/net-im/rubygem-termtter/Makefile
+++ b/net-im/rubygem-termtter/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= RG
MAINTAINER= dhn@FreeBSD.org
COMMENT= A terminal based twitter client
-BUILD_DEPENDS= rubygem-json>=1.1.3:${PORTSDIR}/devel/rubygem-json \
+RUN_DEPENDS= rubygem-json>=1.1.3:${PORTSDIR}/devel/rubygem-json \
rubygem-termcolor>=1.0.0:${PORTSDIR}/textproc/rubygem-termcolor \
rubygem-rubytter>=0.11.0:${PORTSDIR}/net/rubygem-rubytter \
rubygem-highline>1.5.0:${PORTSDIR}/devel/rubygem-highline \