Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2019 09:47:52 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518088 - head/audio/libechonest
Message-ID:  <201911210947.xAL9lq5d094296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Nov 21 09:47:52 2019
New Revision: 518088
URL: https://svnweb.freebsd.org/changeset/ports/518088

Log:
  audio/libechonest: Replace obsolete USE_QT5 with USE_QT

Modified:
  head/audio/libechonest/Makefile

Modified: head/audio/libechonest/Makefile
==============================================================================
--- head/audio/libechonest/Makefile	Thu Nov 21 09:39:57 2019	(r518087)
+++ head/audio/libechonest/Makefile	Thu Nov 21 09:47:52 2019	(r518088)
@@ -26,7 +26,7 @@ PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 OPTIONS_DEFINE=	TEST
 
-TEST_USE=	QT5=testlib_build
+TEST_USE=	QT=testlib_build
 TEST_CMAKE_BOOL=ECHONEST_BUILD_TESTS
 
 .include <bsd.port.mk>



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