aboutsummaryrefslogtreecommitdiff
path: root/graphics/ruby-gd
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-09 21:46:18 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-09 21:46:18 +0000
commit2c1ef9b64464ce01955e888ed68278c9249cb921 (patch)
tree4136fdb27dfcf70a4323befc9f18e5d46d0252b8 /graphics/ruby-gd
parentc07ac0c4d83c5645170e5f00a6388869a4899912 (diff)
downloadports-2c1ef9b64464ce01955e888ed68278c9249cb921.tar.gz
ports-2c1ef9b64464ce01955e888ed68278c9249cb921.zip
Notes
Diffstat (limited to 'graphics/ruby-gd')
-rw-r--r--graphics/ruby-gd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile
index 5a6d7ffbfcbb..ca5428f111fc 100644
--- a/graphics/ruby-gd/Makefile
+++ b/graphics/ruby-gd/Makefile
@@ -36,6 +36,10 @@ LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 1.9
+BROKEN= does not work with ruby 1.9
+.endif
+
# Hmm, GREP and TRUE seem to be defined in the bsd.port.post.mk stage.
.if exists(${LOCALBASE}/bin/gd2topng)
WITH_X11_CHECK!= ldd ${LOCALBASE}/bin/gd2topng | grep -w 'libX11\.so' || true