diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:27:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:27:36 +0000 |
commit | ef0957a9a7865b8b615669e6520bb3752325c04b (patch) | |
tree | 7ec2df2ac60bcdbb77cb83f4b058f1a023e0fd6b /graphics/ruby-rmagick/Makefile | |
parent | ec3aa192feada9f9cc0131aeda44578299dac62e (diff) | |
download | ports-ef0957a9a7865b8b615669e6520bb3752325c04b.tar.gz ports-ef0957a9a7865b8b615669e6520bb3752325c04b.zip |
Notes
Diffstat (limited to 'graphics/ruby-rmagick/Makefile')
-rw-r--r-- | graphics/ruby-rmagick/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |