diff options
Diffstat (limited to 'audio/libechonest/Makefile')
-rw-r--r-- | audio/libechonest/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libechonest/Makefile b/audio/libechonest/Makefile index 6e273067c230..56cf0f90fca4 100644 --- a/audio/libechonest/Makefile +++ b/audio/libechonest/Makefile @@ -21,11 +21,11 @@ OPTIONS_DEFINE= TEST PLIST_SUB= PORTVERSION=${PORTVERSION} TEST_CMAKE_BOOL=ECHONEST_BUILD_TESTS -TEST_USE= qt4=qtestlib_build,xml_build +TEST_USE= qt=qtestlib_build,xml_build -USES= cmake pkgconfig +USES= cmake pkgconfig qt:4 USE_GITHUB= yes USE_LDCONFIG= yes -USE_QT4= corelib qmake_build moc_build network rcc_build +USE_QT= corelib qmake_build moc_build network rcc_build .include <bsd.port.mk> |