From ef0957a9a7865b8b615669e6520bb3752325c04b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 2 Jan 2005 01:27:36 +0000 Subject: BROKEN on 4.x: Does not compile Approved by: portmgr (self) --- graphics/ruby-rmagick/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/ruby-rmagick/Makefile') diff --git a/graphics/ruby-rmagick/Makefile b/graphics/ruby-rmagick/Makefile index 7ac8e4615f12..734d8860c8f8 100644 --- a/graphics/ruby-rmagick/Makefile +++ b/graphics/ruby-rmagick/Makefile @@ -35,6 +35,12 @@ CONFIGURE_ARGS= --doc-dir="${RUBY_MODDOCDIR}" DOCS= ChangeLog README.html +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + pre-configure: cd ${CONFIGURE_WRKSRC}; \ ${SETENV} ${CONFIGURE_ENV} ./configure --prefix="${PREFIX}" @@ -49,4 +55,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ .endif -.include +.include -- cgit v1.2.3