From 6822c18f36d1086ebfa4a199a298ce1907910b54 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 7 Aug 2010 18:38:20 +0000 Subject: Add a missing dependency on libsoup. Reported by: QAT --- multimedia/totem-pl-parser/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'multimedia/totem-pl-parser') diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index 3042a674ddd4..55f5e96ab8a8 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -8,6 +8,7 @@ PORTNAME= totem-pl-parser PORTVERSION= 2.30.2 +PORTREVISION= 1 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,7 +18,8 @@ COMMENT= GObject-based library to parse a host of playlist formats BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - gmime-2.4.6:${PORTSDIR}/mail/gmime24 + gmime-2.4.6:${PORTSDIR}/mail/gmime24 \ + soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection USE_BZIP2= yes -- cgit