svn commit: r401815 - head/textproc/soprano

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Nov 17 15:11:55 UTC 2015


Author: rakuco
Date: Tue Nov 17 15:11:53 2015
New Revision: 401815
URL: https://svnweb.freebsd.org/changeset/ports/401815

Log:
  Switch to out-of-source build.

Modified:
  head/textproc/soprano/Makefile

Modified: head/textproc/soprano/Makefile
==============================================================================
--- head/textproc/soprano/Makefile	Tue Nov 17 14:28:21 2015	(r401814)
+++ head/textproc/soprano/Makefile	Tue Nov 17 15:11:53 2015	(r401815)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libraptor2.so:${PORTSDIR}/t
 
 USE_QT4=	corelib dbus network qtestlib_build xml \
 		qmake_build moc_build uic_build rcc_build
-USES=		cmake pkgconfig tar:bzip2
+USES=		cmake:outsource pkgconfig tar:bzip2
 CMAKE_ARGS+=	-DSOPRANO_DISABLE_CLUCENE_INDEX=yes \
 		-DSOPRANO_DISABLE_SESAME2_BACKEND=yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list