aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/ruby-gtk
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>1999-10-08 03:30:33 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>1999-10-08 03:30:33 +0000
commit93d38cce04ed1de1f34605de3a42ee4f147e8e6d (patch)
tree2e8b673f1005c81dca7fd0ae177787bd0642e46c /x11-toolkits/ruby-gtk
parent1264c11fcfba45fd96ff57bf6f55b98419f792a0 (diff)
downloadports-93d38cce04ed1de1f34605de3a42ee4f147e8e6d.tar.gz
ports-93d38cce04ed1de1f34605de3a42ee4f147e8e6d.zip
Use updated imlib library.
Notes
Notes: svn path=/head/; revision=22244
Diffstat (limited to 'x11-toolkits/ruby-gtk')
-rw-r--r--x11-toolkits/ruby-gtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/ruby-gtk/Makefile b/x11-toolkits/ruby-gtk/Makefile
index 9b53f7c2d3c4..e037b6942797 100644
--- a/x11-toolkits/ruby-gtk/Makefile
+++ b/x11-toolkits/ruby-gtk/Makefile
@@ -33,7 +33,7 @@ RUBY_ARCH= ${ARCH}-freebsd${OSREL}
.if defined(NO_IMLIB)
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
.else
-LIB_DEPENDS+= Imlib.4:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS+= Imlib.5:${PORTSDIR}/graphics/imlib
GTK_CONFIG?= ${X11BASE}/bin/imlib-config
.endif