From da5110cb703f9a98a279e39bebbfe37ac7be76d9 Mon Sep 17 00:00:00 2001 From: jasper Date: Thu, 23 Sep 2010 14:06:22 +0000 Subject: [PATCH] - iso-codes is also a run dependency nowadays --- x11/gnome/empathy/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11/gnome/empathy/Makefile b/x11/gnome/empathy/Makefile index 0dd7006e296..d0a739410dd 100644 --- a/x11/gnome/empathy/Makefile +++ b/x11/gnome/empathy/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.44 2010/09/21 17:11:38 jasper Exp $ +# $OpenBSD: Makefile,v 1.45 2010/09/23 14:06:22 jasper Exp $ COMMENT= telepathy based messenger for GNOME GNOME_PROJECT= empathy GNOME_VERSION= 2.30.3 -REVISION= 1 +REVISION= 2 CATEGORIES= net @@ -55,7 +55,8 @@ LIB_DEPENDS= ::audio/libcanberra \ ::textproc/enchant \ ::net/telepathy/telepathy-logger -RUN_DEPENDS= ::net/telepathy/telepathy-gabble \ +RUN_DEPENDS= ::devel/iso-codes \ + ::net/telepathy/telepathy-gabble \ ::net/telepathy/telepathy-haze \ ::net/telepathy/telepathy-idle \ ::net/telepathy/telepathy-salut \