diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-21 18:02:14 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-21 18:26:14 +0000 |
commit | fbd4ab08f01657e04697397f98ce457bab755c28 (patch) | |
tree | 07a69e4cd94e98f801cb63f5ebf57e08fab6c471 /misc/qlcplus | |
parent | 3ae28b58c4de33234d8e52343e759caded82a5e2 (diff) |
Diffstat (limited to 'misc/qlcplus')
-rw-r--r-- | misc/qlcplus/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/qlcplus/Makefile b/misc/qlcplus/Makefile index 734cb6f87d02..413c897c1efb 100644 --- a/misc/qlcplus/Makefile +++ b/misc/qlcplus/Makefile @@ -19,15 +19,15 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libudev.so:devel/libudev-devd USES= desktop-file-utils gl pkgconfig qmake qt:5 shared-mime-info shebangfix -USE_QT= core gui multimedia network script testlib widgets buildtools:build +USE_CXXSTD= c++14 +USE_GITHUB= yes +GH_ACCOUNT= mcallegari USE_GL= gl USE_LDCONFIG= yes +USE_QT= core gui multimedia network script testlib widgets buildtools:build SHEBANG_FILES= translate.sh -USE_GITHUB= yes -GH_ACCOUNT= mcallegari - BINARY_ALIAS= g++=${CXX} post-patch: |