diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-03-16 07:51:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-03-16 07:51:28 +0000 |
commit | c497f1b978f3916533631722f1d86d6c0410dab1 (patch) | |
tree | 40196ac3d191d81014e305c1a1869180a05c2a6e | |
parent | 72c5913664217cc14a2bcca8b1e2eb48d65a2d82 (diff) | |
download | ports-c497f1b978f3916533631722f1d86d6c0410dab1.tar.gz ports-c497f1b978f3916533631722f1d86d6c0410dab1.zip |
Notes
-rw-r--r-- | emulators/aqemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index 69d9ef2e30d9..b36590e48383 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libvncclient.so:net/libvncserver -USES= cmake:noninja qt:5 +USES= cmake:noninja compiler:c++11-lang qt:5 USE_QT= buildtools_build linguisttools_build qmake_build \ core dbus gui network printsupport testlib widgets |