diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-18 15:17:23 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-18 15:17:23 +0000 |
commit | 7df0d7bfed31f30f247328540669403c7f41ce18 (patch) | |
tree | aa7d997eeb6aa1aa86c17a42a3c5a9c3f64cfb2a /x11/ruby-gnome2 | |
parent | 1ed933384d75cb8b049da73d4a08c1a94ca743db (diff) | |
download | FreeBSD-ports-7df0d7bfed31f30f247328540669403c7f41ce18.zip FreeBSD-ports-7df0d7bfed31f30f247328540669403c7f41ce18.tar.gz |
Switch explicit LIB_DEPENDS on libgnomeui to USE_GNOME=libgnomeui to
keep up-to-date with the new libgnomeui version number.
Diffstat (limited to 'x11/ruby-gnome2')
-rw-r--r-- | x11/ruby-gnome2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/ruby-gnome2/Makefile b/x11/ruby-gnome2/Makefile index d40dc25..1a33041 100644 --- a/x11/ruby-gnome2/Makefile +++ b/x11/ruby-gnome2/Makefile @@ -17,11 +17,11 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A set of Ruby bindings for GNOME2 -LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \ ${RUBY_SITEARCHLIBDIR}/gnomecanvas2.so:${PORTSDIR}/graphics/ruby-gnomecanvas2 USE_RUBY= yes +USE_GNOME= libgnomeui USE_RUBY_EXTCONF= yes USE_XLIB= yes |