diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-17 04:12:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-17 04:12:59 +0000 |
commit | 7c7120d1eca780828e757b8f94b4b84461aff449 (patch) | |
tree | ba6be66afda67c9673b9c58c243bc4d011526cd7 /net/owncloud-csync/Makefile | |
parent | aa55e5e1f3ce84fb16c0b19de7f665390b50a682 (diff) | |
download | ports-7c7120d1eca780828e757b8f94b4b84461aff449.tar.gz ports-7c7120d1eca780828e757b8f94b4b84461aff449.zip |
Notes
Diffstat (limited to 'net/owncloud-csync/Makefile')
-rw-r--r-- | net/owncloud-csync/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/owncloud-csync/Makefile b/net/owncloud-csync/Makefile index b5053bb60baa..58e9fa27025b 100644 --- a/net/owncloud-csync/Makefile +++ b/net/owncloud-csync/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= owncloud-csync -PORTVERSION= 0.70.7 +PORTVERSION= 0.80.0 CATEGORIES= net kde MASTER_SITES= http://download.owncloud.com/download/ DISTNAME= ocsync-${PORTVERSION} @@ -18,11 +18,12 @@ LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ ssh:${PORTSDIR}/security/libssh \ neon:${PORTSDIR}/www/neon29 -USES= cmake:outsource +USES= cmake:outsource USE_BZIP2= yes USE_PKGCONFIG= build USE_SQLITE= yes CMAKE_ARGS+= -DWITH_LOG4C=NO \ + -DUNIT_TESTING=NO \ -DMAN_INSTALL_DIR=${MANPREFIX}/man MAN1= ocsync.1 |