diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-rack-mini-profiler/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/rubygem-rack-mini-profiler/Makefile b/devel/rubygem-rack-mini-profiler/Makefile index dbccf16eee4a..bd057afc84ba 100644 --- a/devel/rubygem-rack-mini-profiler/Makefile +++ b/devel/rubygem-rack-mini-profiler/Makefile @@ -3,6 +3,7 @@ PORTNAME= rack-mini-profiler PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,8 +12,9 @@ COMMENT= Profiles loading speed for rack applications LICENSE= MIT -RUN_DEPENDS= rubygem-rack>=1.1.3:${PORTSDIR}/www/rubygem-rack +RUN_DEPENDS= rubygem-rack16>=1.1.3:${PORTSDIR}/www/rubygem-rack16 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |