diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-19 16:02:10 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-19 16:02:10 +0800 |
commit | 583cc7be2d165e3b5407755d190b0727943e30c6 (patch) | |
tree | 145c90a942d725f840a4b136442a70337b3a3b35 /multimedia | |
parent | 1c17c2cf4945671cf5d171ab9e57d0338c06b0f8 (diff) | |
download | marcuscom-ports-583cc7be2d165e3b5407755d190b0727943e30c6.tar marcuscom-ports-583cc7be2d165e3b5407755d190b0727943e30c6.tar.gz marcuscom-ports-583cc7be2d165e3b5407755d190b0727943e30c6.tar.bz2 marcuscom-ports-583cc7be2d165e3b5407755d190b0727943e30c6.tar.lz marcuscom-ports-583cc7be2d165e3b5407755d190b0727943e30c6.tar.xz marcuscom-ports-583cc7be2d165e3b5407755d190b0727943e30c6.tar.zst marcuscom-ports-583cc7be2d165e3b5407755d190b0727943e30c6.zip |
Fix the libgdata LIB_DEPENDS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19889 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 6f1995e02..3c074aa21 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso- appdata-tools>=0:${PORTSDIR}/devel/appdata-tools \ itstool:${PORTSDIR}/textproc/itstool \ grilo-plugins>=0:${PORTSDIR}/net/grilo-plugins -LIB_DEPENDS= libgdata.so.13:${PORTSDIR}/devel/libgdata \ +LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libclutter-gst-2.0.so:${PORTSDIR}/multimedia/clutter-gst \ libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \ |