From c1bf041805516d995934c873f8c9667fb8017d64 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 4 Feb 2016 15:13:32 +0000 Subject: - Switch to cmake outsource build to not install unneeded directories Approved by: portmgr blanket MFH: 2016Q1 (blanket) --- misc/raspberrypi-userland/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/raspberrypi-userland/Makefile') diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile index 514f1444cd16..aca8932d99b2 100644 --- a/misc/raspberrypi-userland/Makefile +++ b/misc/raspberrypi-userland/Makefile @@ -3,7 +3,7 @@ PORTNAME= raspberrypi-userland PORTVERSION= 20151105 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= mikael.urankar@gmail.com @@ -22,7 +22,7 @@ GH_TAGNAME= fcbf8a3 USE_LDCONFIG= yes -USES= cmake +USES= cmake:outsource CMAKE_ARGS+= -DVMCS_INSTALL_PREFIX=${PREFIX} \ -DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-freebsd.cmake -- cgit