aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2018-01-29 07:16:12 +0800
committerrakuco <rakuco@FreeBSD.org>2018-01-29 07:16:12 +0800
commit5e495837f7b2dea30010c9ac47a1419db7805480 (patch)
tree6fcde1b762af8e342961ce722ae5dedad06782c8 /x11
parentabb7035f80e394b7351fab0fbc2865db5f9597b9 (diff)
downloadfreebsd-ports-graphics-5e495837f7b2dea30010c9ac47a1419db7805480.tar.gz
freebsd-ports-graphics-5e495837f7b2dea30010c9ac47a1419db7805480.tar.zst
freebsd-ports-graphics-5e495837f7b2dea30010c9ac47a1419db7805480.zip
Switch to an out-of-source CMake build
Diffstat (limited to 'x11')
-rw-r--r--x11/antimicro/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/antimicro/Makefile b/x11/antimicro/Makefile
index 4e2280b9390..bf88421aeb7 100644
--- a/x11/antimicro/Makefile
+++ b/x11/antimicro/Makefile
@@ -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>