diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-20 02:46:10 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-20 02:46:10 +0000 |
commit | 2f61b9072e4c71f621b8d2f248af0445e0f79f9b (patch) | |
tree | 322df0818092531359bc43022bdfd901e4dd2682 /www/rubygem-railties | |
parent | cda92d33131282335fca03ee2dd16dd976f0db71 (diff) |
Notes
Diffstat (limited to 'www/rubygem-railties')
-rw-r--r-- | www/rubygem-railties/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/rubygem-railties/Makefile b/www/rubygem-railties/Makefile index ed087044719a..8a20b1ce592b 100644 --- a/www/rubygem-railties/Makefile +++ b/www/rubygem-railties/Makefile @@ -22,8 +22,4 @@ USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.8 -BROKEN= rdoc 3.x+ does not work with ruby 1.8 -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |