diff options
Diffstat (limited to 'comms/cutecom/Makefile')
-rw-r--r-- | comms/cutecom/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/cutecom/Makefile b/comms/cutecom/Makefile index 15bf6964fcc8..0355408ee8eb 100644 --- a/comms/cutecom/Makefile +++ b/comms/cutecom/Makefile @@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= lsz:comms/lrzsz -USES= cmake -USE_QT5= buildtools_build core gui qmake_build serialport widgets +USE_QT= qt3support qmake_build moc_build rcc_build uic_build +USES= cmake qt:5 +USE_QT= buildtools_build core gui qmake_build serialport widgets USE_GITHUB= yes GH_ACCOUNT= neundorf GH_PROJECT= CuteCom |