Index: head/devel/rubygem-parsetree/Makefile =================================================================== --- head/devel/rubygem-parsetree/Makefile (revision 299953) +++ head/devel/rubygem-parsetree/Makefile (revision 299954) @@ -1,29 +1,33 @@ # Ports collection makefile for: rubygem-parsetree # Date created: 13 April 2007 # Whom: Cheng-Lung Sung # # $FreeBSD$ PORTNAME= parsetree PORTVERSION= 3.0.8 CATEGORIES= devel rubygems MASTER_SITES= RG DISTNAME= ParseTree-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby parse tree tools RUN_DEPENDS= rubygem-inline>=3.7.0:${PORTSDIR}/devel/rubygem-inline \ rubygem-sexp_processor>=3.0.1:${PORTSDIR}/devel/rubygem-sexp_processor USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/parse_tree_abc \ bin/parse_tree_audit \ bin/parse_tree_deps \ bin/parse_tree_show GEM_NAME= ${DISTNAME} -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= Builds with ruby 1.9, but does not work with ruby 1.9 +.endif +.include Property changes on: head/devel/rubygem-parsetree/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property