diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-10-20 17:01:44 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-10-20 17:01:44 +0000 |
commit | 444ba1e5604a3682b51cc45355ea2633ce8d778e (patch) | |
tree | f108f75d6251216c6ed7367e652d6da6bf105c7a /archivers | |
parent | 0fe042bf3fd5d34f272c9531c14fd4bcae0791ec (diff) | |
download | ports-444ba1e5604a3682b51cc45355ea2633ce8d778e.tar.gz ports-444ba1e5604a3682b51cc45355ea2633ce8d778e.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/quazip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/quazip/Makefile b/archivers/quazip/Makefile index 3cb4c3500a8c..683013ed9328 100644 --- a/archivers/quazip/Makefile +++ b/archivers/quazip/Makefile @@ -24,7 +24,7 @@ USES+= qt:4 USE_QT= corelib moc_build network_build qmake_build rcc_build uic_build CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=TRUE . else -USES+= qt:5 +USES+= compiler:c++11-lang qt:5 USE_QT= core buildtools_build qmake_build CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=FALSE QTVER_SUFFIX= 5 |