public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Search Repo:
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Fix a typo.
Hongli Lai (Phusion) (author)
Thu Apr 03 10:27:41 -0700 2008
commit  24fac9b9d32918c24671031d25d05e8e7a0490d1
tree    90f49fb4533b18d2d7b2515ff972267d63d9b1a1
parent  eb2f044c0ab0b852ef275182828d88cceb330687
...
213
214
215
216
 
217
218
219
...
213
214
215
 
216
217
218
219
0
@@ -213,7 +213,7 @@ module Dependencies # :nodoc: all
0
       end
0
     elsif RUBY_PLATFORM =~ /freebsd/
0
       dep.install_command = "make -C /usr/ports/www/apache22 install"
0
-      dep.provides = [Apache2_DevHeaders, APR_Headers]
0
+      dep.provides = [Apache2_DevHeaders, APR_DevHeaders]
0
     end
0
     dep.website = "http://httpd.apache.org/"
0
   end

Comments

    No one has commented yet.