diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-14 18:46:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-14 18:46:30 +0800 |
commit | b83afaa6d5d8b468a175996687036c9d6a5b2b77 (patch) | |
tree | 550bc5f6d70f6c830537787865231f6082a30cf6 | |
parent | ddbf86c68ed12c6ae7d92e6436650ecf981e3335 (diff) | |
download | marcuscom-ports-b83afaa6d5d8b468a175996687036c9d6a5b2b77.tar.gz marcuscom-ports-b83afaa6d5d8b468a175996687036c9d6a5b2b77.tar.zst marcuscom-ports-b83afaa6d5d8b468a175996687036c9d6a5b2b77.zip |
Add build depends on itstool, add depend on clutter-gst. Fix a plist nit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16933 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/empathy3/Makefile | 4 | ||||
-rw-r--r-- | net-im/empathy3/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/net-im/empathy3/Makefile b/net-im/empathy3/Makefile index a6969d376..b47132b4c 100644 --- a/net-im/empathy3/Makefile +++ b/net-im/empathy3/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/empathy3/Makefile,v 1.29 2012/06/13 04:26:36 mezz Exp $ +# $MCom: ports/net-im/empathy3/Makefile,v 1.30 2012/06/13 10:39:12 kwm Exp $ PORTNAME= empathy PORTVERSION= 3.4.2.1 @@ -16,6 +16,7 @@ COMMENT= GNOME IM client based around telepathy BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \ + itstool:${PORTSDIR}/textproc/itstool \ ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ pulse.0:${PORTSDIR}/audio/pulseaudio \ @@ -27,6 +28,7 @@ LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ notify.4:${PORTSDIR}/devel/libnotify \ gcr-3.1:${PORTSDIR}/security/gnome-keyring3 \ canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 \ + clutter-gst-1.0:${PORTSDIR}/multimedia/clutter-gst \ webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk3 \ soup-2.4:${PORTSDIR}/devel/libsoup RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ diff --git a/net-im/empathy3/pkg-plist b/net-im/empathy3/pkg-plist index fddec5836..8fe43cdff 100644 --- a/net-im/empathy3/pkg-plist +++ b/net-im/empathy3/pkg-plist @@ -217,6 +217,7 @@ share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.FileTransfer.serv %%DATADIR%%/icons/hicolor/scalable/status/user-busy.svg %%DATADIR%%/icons/hicolor/scalable/status/user-idle.svg %%DATADIR%%/icons/hicolor/scalable/status/user-offline.svg +%%DATADIR%%/icons/hicolor/icon-theme.cache %%DATADIR%%/irc-networks.xml share/help/C/empathy/account-irc.page share/help/C/empathy/account-jabber.page |