diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-07-03 01:27:14 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-07-03 01:27:14 +0000 |
commit | c9fd1b480ef1d931cf872d326b433c1cf6b48e8a (patch) | |
tree | 0916f297ba8e6821ba89279bbe405bd359f4f46e /net/rubygem-twitter | |
parent | aa8f4753a9693d162fb63da4c2a9b549fd76c234 (diff) | |
download | ports-c9fd1b480ef1d931cf872d326b433c1cf6b48e8a.tar.gz ports-c9fd1b480ef1d931cf872d326b433c1cf6b48e8a.zip |
Notes
Diffstat (limited to 'net/rubygem-twitter')
-rw-r--r-- | net/rubygem-twitter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rubygem-twitter/Makefile b/net/rubygem-twitter/Makefile index 9a209c4c534c..049511da1e4e 100644 --- a/net/rubygem-twitter/Makefile +++ b/net/rubygem-twitter/Makefile @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ijliao@FreeBSD.org COMMENT= Command line twits and an API wrapper -BUILD_DEPENDS= rubygem-hpricot>0:${PORTSDIR}/www/rubygem-hpricot +BUILD_DEPENDS= rubygem-hpricot>0:${PORTSDIR}/www/rubygem-hpricot \ + rubygem-hoe>=1.2.0:${PORTSDIR}/devel/rubygem-hoe RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes |