diff options
author | mezz <mezz@FreeBSD.org> | 2007-01-02 08:57:05 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-01-02 08:57:05 +0800 |
commit | 8003e6e62727df0c8a1c58242e77c7882d4a782f (patch) | |
tree | b3f5db5923efb81e3e0048eced06cd64a5e264da /x11/ruby-gnome2-all | |
parent | b6d6a042e599e47f9aeba304dd0952ab202a60cd (diff) | |
download | freebsd-ports-gnome-8003e6e62727df0c8a1c58242e77c7882d4a782f.tar.gz freebsd-ports-gnome-8003e6e62727df0c8a1c58242e77c7882d4a782f.tar.zst freebsd-ports-gnome-8003e6e62727df0c8a1c58242e77c7882d4a782f.zip |
- Update to 0.16.0.
- More on PREFIX-cleaness.
- Remove databases/ruby-libgda and multimedia/ruby-gst, these ports are no
longer in the tarball and have been dropped support by the developers.
Diffstat (limited to 'x11/ruby-gnome2-all')
-rw-r--r-- | x11/ruby-gnome2-all/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/ruby-gnome2-all/Makefile b/x11/ruby-gnome2-all/Makefile index 6db0245c7ae8..61ff5c02acb1 100644 --- a/x11/ruby-gnome2-all/Makefile +++ b/x11/ruby-gnome2-all/Makefile @@ -21,14 +21,12 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2 \ ${RUBY_SITEARCHLIBDIR}/gtkhtml2.so:${PORTSDIR}/www/ruby-gtkhtml2 \ ${RUBY_SITEARCHLIBDIR}/gtkmozembed.so:${PORTSDIR}/www/ruby-gtkmozembed \ ${RUBY_SITEARCHLIBDIR}/gnomevfs.so:${PORTSDIR}/devel/ruby-gnomevfs \ - ${RUBY_SITEARCHLIBDIR}/gst.so:${PORTSDIR}/multimedia/ruby-gst \ ${RUBY_SITEARCHLIBDIR}/rsvg2.so:${PORTSDIR}/graphics/ruby-rsvg2 \ ${RUBY_SITEARCHLIBDIR}/gtkglext.so:${PORTSDIR}/x11-toolkits/ruby-gtkglext \ ${RUBY_SITEARCHLIBDIR}/gtksourceview.so:${PORTSDIR}/x11-toolkits/ruby-gtksourceview \ ${RUBY_SITEARCHLIBDIR}/gnomeprintui2.so:${PORTSDIR}/x11-toolkits/ruby-gnomeprintui \ ${RUBY_SITEARCHLIBDIR}/panelapplet2.so:${PORTSDIR}/x11-toolkits/ruby-panelapplet \ - ${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 \ - ${RUBY_SITEARCHLIBDIR}/libgda.so:${PORTSDIR}/databases/ruby-libgda + ${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 USE_RUBY= yes |