diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-28 06:51:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-28 06:51:35 +0800 |
commit | 8aef1ba5decd353266853371f37c2f2b850e6b0d (patch) | |
tree | 623f46b48d1b5f2578de48456755f57d2deee03b /net | |
parent | fdae3accbd7aa15386e051043ff0c5a9f3c9e481 (diff) | |
download | marcuscom-ports-8aef1ba5decd353266853371f37c2f2b850e6b0d.tar marcuscom-ports-8aef1ba5decd353266853371f37c2f2b850e6b0d.tar.gz marcuscom-ports-8aef1ba5decd353266853371f37c2f2b850e6b0d.tar.bz2 marcuscom-ports-8aef1ba5decd353266853371f37c2f2b850e6b0d.tar.lz marcuscom-ports-8aef1ba5decd353266853371f37c2f2b850e6b0d.tar.xz marcuscom-ports-8aef1ba5decd353266853371f37c2f2b850e6b0d.tar.zst marcuscom-ports-8aef1ba5decd353266853371f37c2f2b850e6b0d.zip |
Fix various depend line bugs.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18817 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/libzapojit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libzapojit/Makefile b/net/libzapojit/Makefile index 02240b8f8..b5511253b 100644 --- a/net/libzapojit/Makefile +++ b/net/libzapojit/Makefile @@ -12,8 +12,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GLib/GObject wrapper for the Skydrive and Hotmail API BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= libgoa-1.so:${PORTSDIR}/net/gnome-online-accounts \ - libjson-glib-1.so:${PORTSDIR}/devel/json-glib \ +LIB_DEPENDS= libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ + libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ librest-0.7.so:${PORTSDIR}/devel/librest NO_STAGE= yes |