diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 00:05:54 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 00:05:54 +0000 |
commit | 718571bc5d6b1458ccd0687107fa5879053eb622 (patch) | |
tree | eb937b36910ae8f89597ab706a49f0cc3e827d1c | |
parent | 456a66c3f269603a97d04183c3fd0dc3fdb31bae (diff) | |
download | ports-718571bc5d6b1458ccd0687107fa5879053eb622.tar.gz ports-718571bc5d6b1458ccd0687107fa5879053eb622.zip |
net-im/cutegram: pet stage-qa, declare hidden dependencies on qt5 components
Approved by: portmgr blanket
-rw-r--r-- | net-im/cutegram/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-im/cutegram/Makefile b/net-im/cutegram/Makefile index 4c6c322af346..2f09136eb1d9 100644 --- a/net-im/cutegram/Makefile +++ b/net-im/cutegram/Makefile @@ -2,7 +2,7 @@ PORTNAME= cutegram PORTVERSION= 2.7.1 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= henry.hu.sh@gmail.com @@ -20,10 +20,12 @@ GH_PROJECT= Cutegram aseman-qt-tools:tools GH_TAGNAME= 91bf14b:tools GH_SUBDIR= Cutegram/asemantools:tools -USES= compiler:c++11-lang desktop-file-utils gnome qmake:outsource \ +USES= compiler:c++11-lang desktop-file-utils gl gnome qmake:outsource \ qt:5 ssl -USE_QT= qmake_build buildtools_build core declarative sql xml multimedia \ - widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3 +USE_GL= gl +USE_QT= qmake_build buildtools_build dbus core declarative graphicaleffects \ + gui multimedia network quickcontrols sql sql-sqlite3 xml \ + widgets webkit QMAKE_ARGS= LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \ TELEGRAMQML_INCLUDE_PATH="${LOCALBASE}/include/telegramqml" |