diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-01-13 02:42:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-01-13 02:42:14 +0000 |
commit | f5db89bc1956f2312c0b259fdffb0740da167de6 (patch) | |
tree | bf4c90f97f75b2a3b36aed045bc6909b349daa06 /net-im/telegramqml | |
parent | USES=compiler:c++11-lang is necessary to build this port on GCC-based (diff) |
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.
While here, pet portlint.
PR: 234723
Submitted by: Piotr Kubaj
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=490109
Diffstat (limited to 'net-im/telegramqml')
-rw-r--r-- | net-im/telegramqml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/telegramqml/Makefile b/net-im/telegramqml/Makefile index 669edd7bdbe1..3ba0e403382f 100644 --- a/net-im/telegramqml/Makefile +++ b/net-im/telegramqml/Makefile @@ -3,8 +3,8 @@ PORTNAME= telegramqml PORTVERSION= 0.9.2 -PORTREVISION= 2 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= henry.hu.sh@gmail.com @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= Aseman-Land GH_PROJECT= TelegramQML -USES= qmake:outsource qt:5 ssl +USES= compiler:c++11-lang qmake:outsource qt:5 ssl USE_QT= qmake_build buildtools_build core declarative sql xml multimedia USE_LDCONFIG= yes QMAKE_ARGS= BUILD_MODE+=lib \ |