svn commit: r460233 - head/x11/antimicro

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jan 28 23:16:13 UTC 2018


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>


More information about the svn-ports-all mailing list