aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/ruby-gtkglext
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-05-01 19:26:24 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-05-01 19:26:24 +0000
commit35bf36f9c0bfcbd1b2e6fc7d6c69b90219b78d83 (patch)
treefb84257d54832119e13b65ec9c20d546402a861d /x11-toolkits/ruby-gtkglext
parent8d826e89fd932e5613b65da4b665d24336a2275a (diff)
downloadports-35bf36f9c0bfcbd1b2e6fc7d6c69b90219b78d83.tar.gz
ports-35bf36f9c0bfcbd1b2e6fc7d6c69b90219b78d83.zip
Notes
Diffstat (limited to 'x11-toolkits/ruby-gtkglext')
-rw-r--r--x11-toolkits/ruby-gtkglext/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-toolkits/ruby-gtkglext/Makefile b/x11-toolkits/ruby-gtkglext/Makefile
index 6c12a77c2bbb..809ea65bdd50 100644
--- a/x11-toolkits/ruby-gtkglext/Makefile
+++ b/x11-toolkits/ruby-gtkglext/Makefile
@@ -21,8 +21,6 @@ LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \
${RUBY_SITEARCHLIBDIR}/opengl.so:${PORTSDIR}/graphics/ruby-opengl
-BROKEN= Broken dependency
-
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
USE_XLIB= yes
@@ -35,6 +33,12 @@ INSTALL_TARGET= site-install
DOCS= ChangeLog \
README
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+IGNORE= "Does not work on FreeBSD 4.x, because of thread issue with ruby-opengl and ruby-gnome2-all"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
@@ -45,4 +49,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>