svn commit: r518088 - head/audio/libechonest

Tobias Kortkamp tobik at FreeBSD.org
Thu Nov 21 09:47:52 UTC 2019


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>


More information about the svn-ports-all mailing list