diff options
Diffstat (limited to 'net')
-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 |