diff options
Diffstat (limited to 'net-im/libaccounts-glib/Makefile')
-rw-r--r-- | net-im/libaccounts-glib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/libaccounts-glib/Makefile b/net-im/libaccounts-glib/Makefile index 89e5cd640cc1..4515efd81fdb 100644 --- a/net-im/libaccounts-glib/Makefile +++ b/net-im/libaccounts-glib/Makefile @@ -14,8 +14,8 @@ COMMENT= Accounts and SSO framework for Linux and POSIX based platforms LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libsqlite3.so:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ + libsqlite3.so:databases/sqlite3 FETCH_BEFORE_ARGS= -o ${DISTFILES} |