diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-02 14:27:39 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-02 14:27:39 +0000 |
commit | 35f1742eb9dc3f6e72baa5dfc73f6e4ce9904546 (patch) | |
tree | c7bdd033a79e36fd598d15c23676474c04d66f04 /net/owncloud-csync | |
parent | d04aafc2950250c539be727ea9c5cb07151abd47 (diff) |
Notes
Diffstat (limited to 'net/owncloud-csync')
-rw-r--r-- | net/owncloud-csync/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/owncloud-csync/Makefile b/net/owncloud-csync/Makefile index 2a70f52b40b3..fa9902990026 100644 --- a/net/owncloud-csync/Makefile +++ b/net/owncloud-csync/Makefile @@ -12,13 +12,12 @@ COMMENT= csync fork for Owncloud LICENSE= GPLv2 -LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ - iniparser:${PORTSDIR}/devel/iniparser \ +LIB_DEPENDS= iniparser:${PORTSDIR}/devel/iniparser \ smbclient:${PORTSDIR}/net/samba-libsmbclient \ ssh:${PORTSDIR}/security/libssh \ neon:${PORTSDIR}/www/neon29 -USES= cmake:outsource pkgconfig +USES= cmake:outsource iconv pkgconfig USE_BZIP2= yes USE_SQLITE= yes CMAKE_ARGS+= -DWITH_LOG4C=NO \ |