aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-02-27 17:36:58 +0800
committerpav <pav@FreeBSD.org>2004-02-27 17:36:58 +0800
commit5a44a0d1ac5ec1c43a273c0de267d57e657968f2 (patch)
treececdcbae025f44f951e06b45d692a1e3fcb6c3ff /graphics
parentee0cc395bf014be5c031ed43ec494f1081f667ee (diff)
downloadfreebsd-ports-graphics-5a44a0d1ac5ec1c43a273c0de267d57e657968f2.tar.gz
freebsd-ports-graphics-5a44a0d1ac5ec1c43a273c0de267d57e657968f2.tar.zst
freebsd-ports-graphics-5a44a0d1ac5ec1c43a273c0de267d57e657968f2.zip
- Convert to USE_GNOME
PR: ports/59744 Submitted by: Mezz <mezz7@cox.net> Approved by: maintainer timeout (3 months)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ruby-gdk_pixbuf2/Makefile2
-rw-r--r--graphics/ruby-libart2/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ruby-gdk_pixbuf2/Makefile b/graphics/ruby-gdk_pixbuf2/Makefile
index af72e333811..ba0550009dd 100644
--- a/graphics/ruby-gdk_pixbuf2/Makefile
+++ b/graphics/ruby-gdk_pixbuf2/Makefile
@@ -18,10 +18,10 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby binding for GdkPixbuf2
-LIB_DEPENDS= gdk_pixbuf-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2
USE_RUBY= yes
+USE_GNOME= gtk20
USE_RUBY_EXTCONF= yes
USE_XLIB= yes
diff --git a/graphics/ruby-libart2/Makefile b/graphics/ruby-libart2/Makefile
index f1adc1d43b8..e27409c25a2 100644
--- a/graphics/ruby-libart2/Makefile
+++ b/graphics/ruby-libart2/Makefile
@@ -17,11 +17,11 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby binding for Libart2
-LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
USE_RUBY= yes
+USE_GNOME= libartlgpl2
USE_RUBY_EXTCONF= yes
.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common"