diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-08-07 18:38:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-08-07 18:38:20 +0000 |
commit | c8fe268b5201d684d96aea5c4b1b056e163e1548 (patch) | |
tree | 6f9c586bf7d189564a275efe9848ca2635a6b653 | |
parent | - Update to 0.65 (diff) |
Add a missing dependency on libsoup.
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=258889
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |