aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/transmission-qt
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-10-28 11:41:45 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-10-28 11:41:45 +0000
commit816d6f352ba5a5930b8878d600f4720357cae739 (patch)
tree1cecb3219db56bdea8c81f1561dc07c146c1de94 /net-p2p/transmission-qt
parent430e2462b1408e3fa4bdf73f44bf15125be5e137 (diff)
downloadports-816d6f352ba5a5930b8878d600f4720357cae739.tar.gz
ports-816d6f352ba5a5930b8878d600f4720357cae739.zip
Fix build with GCC-based architectures.
PR: 231951 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=483283
Diffstat (limited to 'net-p2p/transmission-qt')
-rw-r--r--net-p2p/transmission-qt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/transmission-qt/Makefile b/net-p2p/transmission-qt/Makefile
index 97c7faccd67f..0ae57fb4c84e 100644
--- a/net-p2p/transmission-qt/Makefile
+++ b/net-p2p/transmission-qt/Makefile
@@ -28,6 +28,8 @@ USE_QT= buildtools_build linguisttools_build qmake_build \
CMAKE_ON= USE_QT5
.endif
+USES+= compiler:c++11-lang
+
MASTERDIR= ${.CURDIR}/../transmission-cli
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist