diff options
author | mezz <mezz@FreeBSD.org> | 2005-03-12 19:05:18 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-03-12 19:05:18 +0800 |
commit | d518f80dc208ca5cfc3977ffcd7b9980df98eacf (patch) | |
tree | 631d8a392e2260b38227e09139ea9c432f755f4a /x11-toolkits/ruby-gtkglext | |
parent | 6cd4f98b305f25abf152ac61bd5ab8d1977b27a9 (diff) | |
download | freebsd-ports-gnome-d518f80dc208ca5cfc3977ffcd7b9980df98eacf.tar.gz freebsd-ports-gnome-d518f80dc208ca5cfc3977ffcd7b9980df98eacf.tar.zst freebsd-ports-gnome-d518f80dc208ca5cfc3977ffcd7b9980df98eacf.zip |
-Update to 0.12.0, works with GTK 2.6/GNOME 2.10.
http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20050306_1
-A few clean up such as correct paths, dependencies and etc.
Diffstat (limited to 'x11-toolkits/ruby-gtkglext')
-rw-r--r-- | x11-toolkits/ruby-gtkglext/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/x11-toolkits/ruby-gtkglext/Makefile b/x11-toolkits/ruby-gtkglext/Makefile index d322066a4290..9e2f6328dbf7 100644 --- a/x11-toolkits/ruby-gtkglext/Makefile +++ b/x11-toolkits/ruby-gtkglext/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \ ${RUBY_SITEARCHLIBDIR}/opengl.so:${PORTSDIR}/graphics/ruby-opengl USE_RUBY= yes -USE_XLIB= yes USE_RUBY_EXTCONF= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" @@ -32,12 +31,6 @@ 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} @@ -48,4 +41,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |