diff options
author | swills <swills@FreeBSD.org> | 2014-01-03 04:35:17 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-01-03 04:35:17 +0800 |
commit | da2cae50166dce284ee5d7845d10f59c0fdf4911 (patch) | |
tree | 6d9abac878c5bb6c95015fbeaefd1e5d06da5c93 /www | |
parent | cd345129832b5173db58c8ed1da871c100a2089b (diff) | |
download | freebsd-ports-gnome-da2cae50166dce284ee5d7845d10f59c0fdf4911.tar.gz freebsd-ports-gnome-da2cae50166dce284ee5d7845d10f59c0fdf4911.tar.zst freebsd-ports-gnome-da2cae50166dce284ee5d7845d10f59c0fdf4911.zip |
- Ruby 1.9 is default, remove logic for it
With hat: ruby@
Diffstat (limited to 'www')
-rw-r--r-- | www/tdiary/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/www/tdiary/Makefile b/www/tdiary/Makefile index d2ff1b748fdb..b1bc82c767ce 100644 --- a/www/tdiary/Makefile +++ b/www/tdiary/Makefile @@ -62,12 +62,6 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -.if !defined(RUBY_PROVIDED) -IGNORE= requires Ruby 1.9.3 or later -.endif -.endif - pre-patch: @${RM} ${WRKSRC}/.coveralls.yml @${RM} ${WRKSRC}/.gitignore |