Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2018 23:16:12 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460233 - head/x11/antimicro
Message-ID:  <201801282316.w0SNGCJ7004309@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Jan 28 23:16:12 2018
New Revision: 460233
URL: https://svnweb.freebsd.org/changeset/ports/460233

Log:
  Switch to an out-of-source CMake build

Modified:
  head/x11/antimicro/Makefile

Modified: head/x11/antimicro/Makefile
==============================================================================
--- head/x11/antimicro/Makefile	Sun Jan 28 22:26:46 2018	(r460232)
+++ head/x11/antimicro/Makefile	Sun Jan 28 23:16:12 2018	(r460233)
@@ -22,6 +22,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 USE_XORG=	x11 xi xtst
 USE_QT5=	core gui linguisttools_build qmake_build buildtools_build widgets network
 USE_SDL=	sdl2
-USES=		cmake pkgconfig desktop-file-utils shared-mime-info
+USES=		cmake:outsource pkgconfig desktop-file-utils shared-mime-info
 
 .include <bsd.port.mk>



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