Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2018 09:53:54 +0000 (UTC)
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488525 - head/deskutils/nextcloudclient
Message-ID:  <201812270953.wBR9rss9084244@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mr
Date: Thu Dec 27 09:53:53 2018
New Revision: 488525
URL: https://svnweb.freebsd.org/changeset/ports/488525

Log:
  cmake:outsource is now default, so delete it.
  
  PR:		233260
  Reported by:	vvd@unislabs.com

Modified:
  head/deskutils/nextcloudclient/Makefile

Modified: head/deskutils/nextcloudclient/Makefile
==============================================================================
--- head/deskutils/nextcloudclient/Makefile	Thu Dec 27 09:53:37 2018	(r488524)
+++ head/deskutils/nextcloudclient/Makefile	Thu Dec 27 09:53:53 2018	(r488525)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libinotify.so:devel/libinotify \
 		libqt5keychain.so:security/qtkeychain@qt5
 
-USES=		cmake:outsource,noninja compiler:c++11-lib gmake iconv \
+USES=		cmake:noninja compiler:c++11-lib gmake iconv \
 		localbase:ldflags pkgconfig qt:5 sqlite ssl
 USE_QT=		buildtools_build concurrent core dbus declarative gui linguist_build location network \
 		printsupport qmake_build sql webchannel webengine webkit widgets xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812270953.wBR9rss9084244>