1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Add a missing dependency on libsoup.

Reported by:	QAT
This commit is contained in:
Joe Marcus Clarke 2010-08-07 18:38:20 +00:00
parent a84a7eaaea
commit c8fe268b52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258889

View File

@ -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