diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 21:59:51 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 21:59:51 +0800 |
commit | 0ff2775088f054712adf45c91c7e479b538d5efd (patch) | |
tree | 1771fbee78554f01a77b70350275aeec20a2b9a3 /multimedia/qmmp-qt5 | |
parent | ba284573681e85a059c5c2eb8cad050ff23fd8ac (diff) | |
download | freebsd-ports-gnome-0ff2775088f054712adf45c91c7e479b538d5efd.tar.gz freebsd-ports-gnome-0ff2775088f054712adf45c91c7e479b538d5efd.tar.zst freebsd-ports-gnome-0ff2775088f054712adf45c91c7e479b538d5efd.zip |
multimedia: Add missing USES={gl,gnome,sdl,xorg}
Diffstat (limited to 'multimedia/qmmp-qt5')
-rw-r--r-- | multimedia/qmmp-qt5/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/qmmp-qt5/Makefile b/multimedia/qmmp-qt5/Makefile index 0286377c01b5..e9d3cb752334 100644 --- a/multimedia/qmmp-qt5/Makefile +++ b/multimedia/qmmp-qt5/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= ${PORTNAME}-0.* PORTSCOUT= limit:^1\..* -USES= cmake pathfix pkgconfig qt:5 tar:bzip2 +USES= cmake gnome pathfix pkgconfig qt:5 tar:bzip2 USE_QT= core gui network widgets xml \ buildtools_build linguisttools_build qmake_build USE_LDCONFIG= yes @@ -72,7 +72,7 @@ QSUI_DESC= Simple UI based on standard widgets set QSUI_CMAKE_BOOL= USE_QSUI SKINNEDUI_DESC= Skinned GUI -SKINNEDUI_USES= qt:5 +SKINNEDUI_USES= qt:5 xorg SKINNEDUI_USE= QT=x11extras XORG=x11 SKINNEDUI_CMAKE_BOOL= USE_SKINNED @@ -147,7 +147,8 @@ MPLAYER_CMAKE_BOOL= USE_MPLAYER PROJECTM_DESC= Support the projectM music visualiser PROJECTM_LIB_DEPENDS= libprojectM.so.2:graphics/libprojectm -PROJECTM_USE= GL=gl +PROJECTM_USES= gl +PROJECTM_USE= GL=gl PROJECTM_CMAKE_BOOL= USE_PROJECTM OSS_CMAKE_BOOL= USE_OSS |