diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
commit | 5dc9b7f571c5ff107f23c55359449e1320f5bc23 (patch) | |
tree | 5a017d01eb1fdb09f452ca186cf116b89ff21ba0 /graphics/ruby-gdk_imlib | |
parent | 54a93712b5de4af20902c4225ea8294420e21eee (diff) | |
download | ports-5dc9b7f571c5ff107f23c55359449e1320f5bc23.tar.gz ports-5dc9b7f571c5ff107f23c55359449e1320f5bc23.zip |
Notes
Diffstat (limited to 'graphics/ruby-gdk_imlib')
-rw-r--r-- | graphics/ruby-gdk_imlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-gdk_imlib/Makefile b/graphics/ruby-gdk_imlib/Makefile index 76f29faff8b5..099c1a416e05 100644 --- a/graphics/ruby-gdk_imlib/Makefile +++ b/graphics/ruby-gdk_imlib/Makefile @@ -21,8 +21,8 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_XLIB= yes -USE_GTK= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib .include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common" |