diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-04 19:00:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-04 19:00:53 +0000 |
commit | 89d1bb9ab01e93b870f01933054c0acd8205ff46 (patch) | |
tree | e0f4b7d2567ee42aa9691bf31504507d0e3eaaca /net-im/cutegram | |
parent | 29439ee094406379a3bf20855d95ae8c42f20200 (diff) |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751
Notes
Notes:
svn path=/head/; revision=484140
Diffstat (limited to 'net-im/cutegram')
-rw-r--r-- | net-im/cutegram/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/cutegram/Makefile b/net-im/cutegram/Makefile index a451a7f9afe4..e2a4f170bf3f 100644 --- a/net-im/cutegram/Makefile +++ b/net-im/cutegram/Makefile @@ -5,6 +5,7 @@ PORTNAME= cutegram PORTVERSION= 2.7.1 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= henry.hu.sh@gmail.com @@ -23,7 +24,7 @@ GH_TAGNAME= 91bf14b:tools GH_SUBDIR= Cutegram/asemantools:tools USES= qmake:outsource desktop-file-utils qt:5 ssl -USE_QT= qmake_build buildtools_build core qml quick sql xml multimedia \ +USE_QT= qmake_build buildtools_build core declarative sql xml multimedia \ widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3 QMAKE_ARGS= LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \ TELEGRAMQML_INCLUDE_PATH="${LOCALBASE}/include/telegramqml" |