svn commit: r410699 - head/x11-toolkits/attica

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Mar 9 11:40:10 UTC 2016


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
 


More information about the svn-ports-head mailing list