aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-09-18 23:33:54 +0800
committermarcus <marcus@FreeBSD.org>2003-09-18 23:33:54 +0800
commitcfc001e621ef52f537c726912e4d1ceb2ddd9908 (patch)
tree4901a772ad8cd4fa16fcb8977f636eb821497ccb /graphics
parent7df0d7bfed31f30f247328540669403c7f41ce18 (diff)
downloadfreebsd-ports-gnome-cfc001e621ef52f537c726912e4d1ceb2ddd9908.tar.gz
freebsd-ports-gnome-cfc001e621ef52f537c726912e4d1ceb2ddd9908.tar.zst
freebsd-ports-gnome-cfc001e621ef52f537c726912e4d1ceb2ddd9908.zip
Switch to USE_GNOME to chase the libgnome* shared lib versions.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/osgedit/Makefile4
-rw-r--r--graphics/ruby-gnomecanvas2/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/osgedit/Makefile b/graphics/osgedit/Makefile
index 6efe236ef4ae..e185cee8795e 100644
--- a/graphics/osgedit/Makefile
+++ b/graphics/osgedit/Makefile
@@ -16,14 +16,14 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= An open editor for an open scenegraph
BUILD_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg
-LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
- gtkgl-2.0.1:${PORTSDIR}/x11-toolkits/gtkglarea2 \
+LIB_DEPENDS= gtkgl-2.0.1:${PORTSDIR}/x11-toolkits/gtkglarea2 \
intl.5:${PORTSDIR}/devel/gettext \
iconv.3:${PORTSDIR}/converters/libiconv
RUN_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg
USE_X_PREFIX= yes
USE_REINPLACE= yes
+USE_GNOME= libgnomeui
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/graphics/ruby-gnomecanvas2/Makefile b/graphics/ruby-gnomecanvas2/Makefile
index e09ce17ed41a..31cdd123a986 100644
--- a/graphics/ruby-gnomecanvas2/Makefile
+++ b/graphics/ruby-gnomecanvas2/Makefile
@@ -17,12 +17,12 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby binding for GnomeCanvas2
-LIB_DEPENDS= gnomecanvas-2.200:${PORTSDIR}/graphics/libgnomecanvas
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 \
${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \
${RUBY_SITEARCHLIBDIR}/libart2.so:${PORTSDIR}/graphics/ruby-libart2
USE_RUBY= yes
+USE_GNOME= libgnomecanvas
USE_RUBY_EXTCONF= yes
USE_XLIB= yes