diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-27 09:36:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-27 09:36:58 +0000 |
commit | c19547d909e0d36fc43f86eb78d9667fbf2396e4 (patch) | |
tree | 8cee23469ab1db3d8be0adb7c9d501b8d4277be8 /graphics/ruby-gdk_pixbuf2 | |
parent | 466f729442d30dc6e6e29248617af666b804238a (diff) | |
download | ports-c19547d909e0d36fc43f86eb78d9667fbf2396e4.tar.gz ports-c19547d909e0d36fc43f86eb78d9667fbf2396e4.zip |
- Convert to USE_GNOME
PR: ports/59744
Submitted by: Mezz <mezz7@cox.net>
Approved by: maintainer timeout (3 months)
Notes
Notes:
svn path=/head/; revision=102281
Diffstat (limited to 'graphics/ruby-gdk_pixbuf2')
-rw-r--r-- | graphics/ruby-gdk_pixbuf2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ruby-gdk_pixbuf2/Makefile b/graphics/ruby-gdk_pixbuf2/Makefile index af72e3338115..ba0550009dd9 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 |