diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-11-02 18:05:08 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-11-02 18:05:08 +0000 |
commit | 19334d785f74b37ce6d393821a881dd43e6622d8 (patch) | |
tree | 5aa43ecf11905c852ec7979482ddc359ac80df24 /www/rubygem-cuba | |
parent | 9344c2d6cabcdedf0d7cfc561f7688ace1b3a8b0 (diff) | |
download | ports-19334d785f74b37ce6d393821a881dd43e6622d8.tar.gz ports-19334d785f74b37ce6d393821a881dd43e6622d8.zip |
Notes
Diffstat (limited to 'www/rubygem-cuba')
-rw-r--r-- | www/rubygem-cuba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rubygem-cuba/Makefile b/www/rubygem-cuba/Makefile index 10fa3e248b23..b18dee1d1c86 100644 --- a/www/rubygem-cuba/Makefile +++ b/www/rubygem-cuba/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Cuba is a microframework for web applications -RUN_DEPENDS= rubygem-rack>=1.2:${PORTSDIR}/www/rubygem-rack \ - rubygem-tilt>=1.2:${PORTSDIR}/devel/rubygem-tilt +RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \ + rubygem-tilt>=0:${PORTSDIR}/devel/rubygem-tilt USE_RUBY= yes USE_RUBYGEMS= yes |