aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-18 15:33:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-18 15:33:54 +0000
commit2854e94154498a3fdff114ef613e8ed634cec1a7 (patch)
tree7cdf54b0a6724ccee3aad7e8376767e4e0f1d986 /graphics
parent148c52a1812c7b9ab58d748203bed5bc063c53b0 (diff)
downloadports-2854e94154498a3fdff114ef613e8ed634cec1a7.tar.gz
ports-2854e94154498a3fdff114ef613e8ed634cec1a7.zip
Notes
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