diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-07 21:56:07 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-07 21:56:07 +0800 |
commit | 45107c2393dd5d09fb7eecbb6c48d604656b323f (patch) | |
tree | 477e17c120b425445ddc0c1e70ca4386800ea8cc | |
parent | 3510a1f78670ba81f89d33cdbccf1050204c8025 (diff) | |
download | marcuscom-ports-45107c2393dd5d09fb7eecbb6c48d604656b323f.tar.gz marcuscom-ports-45107c2393dd5d09fb7eecbb6c48d604656b323f.tar.zst marcuscom-ports-45107c2393dd5d09fb7eecbb6c48d604656b323f.zip |
Fix LIB_DEPEND on json-glib.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18676 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net/gnome-online-accounts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile index f9a195859..ae96fad66 100644 --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -12,7 +12,7 @@ COMMENT= Interface privider to access the user's online accounts. BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ - json-glib-1.0.so:${PORTSDIR}/devel/json-glib \ + libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ libnotify.so:${PORTSDIR}/devel/libnotify \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ libsecret-1.so:${PORTSDIR}/security/libsecret \ |