diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-24 11:25:03 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-24 11:25:03 +0000 |
commit | 0c4d14fa046635bc12308691e11fdd2ae23ac236 (patch) | |
tree | f4eb01c55e356c57b1dfc4295c8f1b311748b0c3 /x11/ruby-gnome2-all | |
parent | 4c7ef49ddf156de52e7b26aa948399574623e1a9 (diff) | |
download | ports-0c4d14fa046635bc12308691e11fdd2ae23ac236.tar.gz ports-0c4d14fa046635bc12308691e11fdd2ae23ac236.zip |
Notes
Diffstat (limited to 'x11/ruby-gnome2-all')
-rw-r--r-- | x11/ruby-gnome2-all/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/ruby-gnome2-all/Makefile b/x11/ruby-gnome2-all/Makefile index 9046e103047f..726662f35027 100644 --- a/x11/ruby-gnome2-all/Makefile +++ b/x11/ruby-gnome2-all/Makefile @@ -21,11 +21,12 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/lglade.so:${PORTSDIR}/devel/ruby-libglade RUN_DEPENDS+= ${RUBY_SITELIBDIR}/gdk_pixbuf.rb:${PORTSDIR}/graphics/ruby-gdk_pixbuf #RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gnome.so:${PORTSDIR}/x11/ruby-gnome RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/panel_applet.so:${PORTSDIR}/x11/ruby-panel-applet +#RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/libart.so:${PORTSDIR}/graphics/ruby-libart -# libglade depends on gtk +# libglade depends on gtk, gnome # gdk_imlib depends on gtk # gdk_pixbuf depends on gtk -# gnome depends on gtk, gdk_imlib +# gnome depends on gtk, gdk_imlib, libart # panel-applet depends on gtk, gnome USE_RUBY= yes |