diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-sprockets22/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/rubygem-sprockets22/Makefile b/devel/rubygem-sprockets22/Makefile index b20f46a27e33..45fb8f65b082 100644 --- a/devel/rubygem-sprockets22/Makefile +++ b/devel/rubygem-sprockets22/Makefile @@ -3,6 +3,7 @@ PORTNAME= sprockets PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 22 @@ -13,12 +14,10 @@ COMMENT= Ruby library that preprocesses and concatenates JavaScript files LICENSE= MIT RUN_DEPENDS= rubygem-hike>=1.2:${PORTSDIR}/devel/rubygem-hike \ - rubygem-multi_json>=1.9.2:${PORTSDIR}/devel/rubygem-multi_json \ - rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack \ + rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-rack16>=1.0:${PORTSDIR}/www/rubygem-rack16 \ rubygem-tilt1>=1.1:${PORTSDIR}/devel/rubygem-tilt1 -CONFLICTS_INSTALL= rubygem-sprockets211-[0-9]* - NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes |