Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2016 11:40:09 +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: r410699 - head/x11-toolkits/attica
Message-ID:  <201603091140.u29Be9bs088205@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Wed Mar  9 11:40:08 2016
New Revision: 410699
URL: https://svnweb.freebsd.org/changeset/ports/410699

Log:
  Switch to an out-of-source CMake build.
  
  There should be no changes to the produced package.

Modified:
  head/x11-toolkits/attica/Makefile

Modified: head/x11-toolkits/attica/Makefile
==============================================================================
--- head/x11-toolkits/attica/Makefile	Wed Mar  9 11:12:04 2016	(r410698)
+++ head/x11-toolkits/attica/Makefile	Wed Mar  9 11:40:08 2016	(r410699)
@@ -13,7 +13,7 @@ COMMENT=	Open Collaboration Services API
 USE_QT4=	network qtestlib_build xml \
 		moc_build qmake_build rcc_build uic_build
 USE_LDCONFIG=	yes
-USES=		cmake tar:bzip2
+USES=		cmake:outsource tar:bzip2
 CMAKE_ARGS=	-DATTICA_ENABLE_TESTS:BOOL=OFF \
 		-DQT4_BUILD:BOOL=ON
 



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