svn commit: r488525 - head/deskutils/nextcloudclient

Michael Reifenberger mr at FreeBSD.org
Thu Dec 27 09:53:54 UTC 2018


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 at 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 at 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


More information about the svn-ports-all mailing list