diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-04-10 18:18:09 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-04-10 18:18:09 +0000 |
commit | 8952e2a0ba95086245e0cd2ddadf5b78f0217676 (patch) | |
tree | 7b96d59dbb8b044d6ca9e760dfc825a9a1d28b7e /lang/ruby-perl | |
parent | 22d2e9f007aebd878ba67dee144b1953b26b0993 (diff) | |
download | ports-8952e2a0ba95086245e0cd2ddadf5b78f0217676.tar.gz ports-8952e2a0ba95086245e0cd2ddadf5b78f0217676.zip |
Notes
Diffstat (limited to 'lang/ruby-perl')
-rw-r--r-- | lang/ruby-perl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/ruby-perl/Makefile b/lang/ruby-perl/Makefile index 92abf2a82f62..0e2335b89597 100644 --- a/lang/ruby-perl/Makefile +++ b/lang/ruby-perl/Makefile @@ -48,4 +48,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.ja ${RUBY_MODDOCDIR}/ja/ .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include <bsd.port.post.mk> |