Index: Makefile =================================================================== --- Makefile (revision 314488) +++ Makefile (working copy) @@ -13,8 +13,13 @@ rubygem-facter>=1.6.12:${PORTSDIR}/sysutils/rubygem-facter USE_RUBY= yes -RUBY_VER= 1.9 USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include +.include + +.if ${RUBY_VER} == 1.8 +IGNORE= does not build with ruby ${RUBY_VER} +.endif + +.include