diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-08 03:30:33 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-08 03:30:33 +0000 |
commit | 93d38cce04ed1de1f34605de3a42ee4f147e8e6d (patch) | |
tree | 2e8b673f1005c81dca7fd0ae177787bd0642e46c /irc/xchat-gnome/Makefile | |
parent | Use updated imlib library. (diff) |
Use updated imlib library.
Diffstat (limited to 'irc/xchat-gnome/Makefile')
-rw-r--r-- | irc/xchat-gnome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 7610c6d5bed0..4889169cbb54 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://xchat.org/files/v1.3/ \ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - Imlib.4:${PORTSDIR}/graphics/imlib + Imlib.5:${PORTSDIR}/graphics/imlib GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |