diff options
Diffstat (limited to 'net/grive/Makefile')
-rw-r--r-- | net/grive/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/grive/Makefile b/net/grive/Makefile index f122f47d720a..60f7b94875c7 100644 --- a/net/grive/Makefile +++ b/net/grive/Makefile @@ -11,12 +11,12 @@ COMMENT= Open source client for Google Drive LICENSE= GPLv2 -LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ - libcurl.so:${PORTSDIR}/ftp/curl \ - libexpat.so:${PORTSDIR}/textproc/expat2 \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libjson-c.so:${PORTSDIR}/devel/json-c \ - libyajl.so:${PORTSDIR}/devel/yajl +LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ + libcurl.so:ftp/curl \ + libexpat.so:textproc/expat2 \ + libgcrypt.so:security/libgcrypt \ + libjson-c.so:devel/json-c \ + libyajl.so:devel/yajl USE_GITHUB= yes GH_ACCOUNT= Grive |