diff --git a/audio/libechonest/Makefile b/audio/libechonest/Makefile index e8b0b68b648f..8f39dc9f8ba5 100644 --- a/audio/libechonest/Makefile +++ b/audio/libechonest/Makefile @@ -1,30 +1,31 @@ PORTNAME= libechonest PORTVERSION= 2.3.1 PORTREVISION= 6 CATEGORIES= audio MAINTAINER= nivit@FreeBSD.org COMMENT= Collection of C++/Qt classes designed to use the APIs of The Echo Nest WWW= https://github.com/lfranchi/libechonest LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqjson-qt5.so:devel/qjson USES= cmake compiler:c++11-lang pkgconfig qt:5 -USE_LDCONFIG= yes +USE_CXXSTD= c++14 USE_GITHUB= yes +USE_LDCONFIG= yes GH_ACCOUNT= lfranchi -USE_QT= core buildtools:build qmake:build network xml +USE_QT= core network xml buildtools:build qmake:build CMAKE_OFF+= BUILD_WITH_QT4 PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= TEST -TEST_USE= QT=testlib:build -TEST_CMAKE_BOOL=ECHONEST_BUILD_TESTS +TEST_USE= QT=testlib:build +TEST_CMAKE_BOOL= ECHONEST_BUILD_TESTS .include