diff options
author | marcus <marcus@FreeBSD.org> | 2010-08-08 02:38:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-08-08 02:38:20 +0800 |
commit | 6822c18f36d1086ebfa4a199a298ce1907910b54 (patch) | |
tree | 4a63f42fa009718b1fa30c6282f65d154c679c09 /multimedia/totem-pl-parser | |
parent | d296105539c5caac4aa5ca254d8a3aafe26a3b75 (diff) | |
download | freebsd-ports-gnome-6822c18f36d1086ebfa4a199a298ce1907910b54.tar.gz freebsd-ports-gnome-6822c18f36d1086ebfa4a199a298ce1907910b54.tar.zst freebsd-ports-gnome-6822c18f36d1086ebfa4a199a298ce1907910b54.zip |
Add a missing dependency on libsoup.
Reported by: QAT
Diffstat (limited to 'multimedia/totem-pl-parser')
-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 |