diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-27 11:23:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-27 11:23:10 +0000 |
commit | 96f273b0c2cde3218e299c5c0bfd3de013f32d6c (patch) | |
tree | 875aa7511be8522fc79f22c2af2f2730dc6f5ff5 /sysutils/vagrant | |
parent | 5af609f8fb59cc99f3aaa6b117a0cd9a795e634d (diff) | |
download | ports-96f273b0c2cde3218e299c5c0bfd3de013f32d6c.tar.gz ports-96f273b0c2cde3218e299c5c0bfd3de013f32d6c.zip |
Notes
Diffstat (limited to 'sysutils/vagrant')
-rw-r--r-- | sysutils/vagrant/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/vagrant/Makefile b/sysutils/vagrant/Makefile index cbe42c0e5ff3..83ccff14ff4c 100644 --- a/sysutils/vagrant/Makefile +++ b/sysutils/vagrant/Makefile @@ -79,10 +79,4 @@ do-build: post-install: ${RMDIR} ${STAGEDIR}${PREFIX}/lib/ruby/gems/${RUBY_VER}/doc -.include <bsd.port.pre.mk> - -.if (${RUBY_VER} == "1.9") -IGNORE= not supported with Ruby 1.9, Ruby 2.0 or 2.1 is needed -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |