diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-07-02 09:13:19 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-07-02 09:13:19 +0000 |
commit | d678c5df3f457fd7299d5d3c2d9404afc7afcf30 (patch) | |
tree | 325bd12451601aa639061cf937553b9c61f966e6 /net/rubygem-twitter/Makefile | |
parent | 87c3e110b18f685055769fc7d899cb1705ae1f0b (diff) | |
download | ports-d678c5df3f457fd7299d5d3c2d9404afc7afcf30.tar.gz ports-d678c5df3f457fd7299d5d3c2d9404afc7afcf30.zip |
Notes
Diffstat (limited to 'net/rubygem-twitter/Makefile')
-rw-r--r-- | net/rubygem-twitter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rubygem-twitter/Makefile b/net/rubygem-twitter/Makefile index d33413ea702c..9a209c4c534c 100644 --- a/net/rubygem-twitter/Makefile +++ b/net/rubygem-twitter/Makefile @@ -7,7 +7,7 @@ # PORTNAME= twitter -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= net rubygems MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ijliao@FreeBSD.org COMMENT= Command line twits and an API wrapper -BROKEN= Does not build +BUILD_DEPENDS= rubygem-hpricot>0:${PORTSDIR}/www/rubygem-hpricot +RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes GEM_NAME= ${DISTNAME} |