aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ruby-rmagick
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-01-02 09:27:36 +0800
committerkris <kris@FreeBSD.org>2005-01-02 09:27:36 +0800
commit28063a6369ea3a9b3d0ac7544f24fc09df3d2f46 (patch)
treefd9511d9eae7eb8b68f8dd3fb2cb30cb68193ff6 /graphics/ruby-rmagick
parent907e93f9ac9adc886fee398b370cae0981291e35 (diff)
downloadfreebsd-ports-gnome-28063a6369ea3a9b3d0ac7544f24fc09df3d2f46.tar.gz
freebsd-ports-gnome-28063a6369ea3a9b3d0ac7544f24fc09df3d2f46.tar.zst
freebsd-ports-gnome-28063a6369ea3a9b3d0ac7544f24fc09df3d2f46.zip
BROKEN on 4.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'graphics/ruby-rmagick')
-rw-r--r--graphics/ruby-rmagick/Makefile8
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>