diff options
author | kwm <kwm@FreeBSD.org> | 2009-05-29 17:06:45 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-05-29 17:06:45 +0800 |
commit | 0dc9f29ff6b92f9d9c3fb660c98014c88a3608ed (patch) | |
tree | 25efd34bc19ab34a193c7fa79dd3ca1015d14afc /irc/xchat-gnome | |
parent | 1c60209b7c75a73d37567f2bd21ec259f84b4197 (diff) | |
download | freebsd-ports-gnome-0dc9f29ff6b92f9d9c3fb660c98014c88a3608ed.tar.gz freebsd-ports-gnome-0dc9f29ff6b92f9d9c3fb660c98014c88a3608ed.tar.zst freebsd-ports-gnome-0dc9f29ff6b92f9d9c3fb660c98014c88a3608ed.zip |
Fix build by depending on libcanberra.
Submitted by: QA Tindy.
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r-- | irc/xchat-gnome/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 060cae76f083..72b9f4fa86b9 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -17,6 +17,7 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= An IRC client for GNOME 2 (development version) LIB_DEPENDS= sexy:${PORTSDIR}/x11-toolkits/libsexy \ + canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ notify:${PORTSDIR}/devel/libnotify USE_GETTEXT= yes |