diff options
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index 9c8e16bdb..9fe04b4d1 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.37 2010/06/29 21:14:00 kwm Exp $ +# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.38 2010/08/26 21:05:02 marcus Exp $ # PORTNAME= totem-pl-parser PORTVERSION= 2.30.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -19,7 +19,7 @@ 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 \ - soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup + soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection USE_BZIP2= yes |