diff options
author | swills <swills@FreeBSD.org> | 2013-02-27 10:59:45 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-02-27 10:59:45 +0800 |
commit | f113266423ed3a03b3763e568d606229afdc7850 (patch) | |
tree | dbf8b08a4977d65b339858d0b85a9198ac854cb0 /net-im/rubygem-earthquake/Makefile | |
parent | 0bbff1f9e30c0739dcaecfba4f29ae8f08de5035 (diff) | |
download | freebsd-ports-gnome-f113266423ed3a03b3763e568d606229afdc7850.tar.gz freebsd-ports-gnome-f113266423ed3a03b3763e568d606229afdc7850.tar.zst freebsd-ports-gnome-f113266423ed3a03b3763e568d606229afdc7850.zip |
- Fix build
- Fix DEPENDS while here
Diffstat (limited to 'net-im/rubygem-earthquake/Makefile')
-rw-r--r-- | net-im/rubygem-earthquake/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-im/rubygem-earthquake/Makefile b/net-im/rubygem-earthquake/Makefile index 94b0a43d0730..4ae287b2fb37 100644 --- a/net-im/rubygem-earthquake/Makefile +++ b/net-im/rubygem-earthquake/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-earthquake -# Date created: 2012-05-21 -# Whom: Koichiro IWAO <meta+ports@vmeta.jp> -# +# Created by: Koichiro IWAO <meta+ports@vmeta.jp> # $FreeBSD$ -# PORTNAME= earthquake PORTVERSION= 0.9.4 @@ -13,7 +9,7 @@ MASTER_SITES= RG MAINTAINER= meta+ports@vmeta.jp COMMENT= Terminal based Twitter client with Twitter streaming API -RUN_DEPENDS= rubygem-twitter-stream>=0.1.15:${PORTSDIR}/net/rubygem-twitter-stream \ +BUILD_DEPENDS= rubygem-twitter-stream>=0.1.15:${PORTSDIR}/net/rubygem-twitter-stream \ rubygem-notify>=0.2.1:${PORTSDIR}/devel/rubygem-notify \ rubygem-i18n>=0.6.0:${PORTSDIR}/devel/rubygem-i18n \ rubygem-activesupport>=3.2.1:${PORTSDIR}/devel/rubygem-activesupport \ @@ -22,6 +18,7 @@ RUN_DEPENDS= rubygem-twitter-stream>=0.1.15:${PORTSDIR}/net/rubygem-twitter-stre rubygem-oauth>=0.4.5:${PORTSDIR}/net/rubygem-oauth \ rubygem-twitter_oauth>=0.4.3:${PORTSDIR}/security/rubygem-twitter_oauth \ rubygem-slop>=2.4.4:${PORTSDIR}/devel/rubygem-slop +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes |