aboutsummaryrefslogtreecommitdiff
path: root/irc/znc-push
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-12-22 01:13:16 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-12-22 01:13:16 +0000
commitba75550afcbf78f05627dd522ed98461f52ac724 (patch)
tree1b181e2d1b9aaf7728bad5c0d06d4f80d6017e16 /irc/znc-push
parent0b94eb0bba8496e7b927535ac41a0d2939666ead (diff)
downloadports-ba75550afcbf78f05627dd522ed98461f52ac724.tar.gz
ports-ba75550afcbf78f05627dd522ed98461f52ac724.zip
This port needs USES=compiler:c++11-lang to build with GCC-based
architectures. PR: 234177 Submitted by: Piotr Kubaj Approved by: maintainer
Notes
Notes: svn path=/head/; revision=488037
Diffstat (limited to 'irc/znc-push')
-rw-r--r--irc/znc-push/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/znc-push/Makefile b/irc/znc-push/Makefile
index 66b14a4504e1..aeaf20b3af69 100644
--- a/irc/znc-push/Makefile
+++ b/irc/znc-push/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= znc:irc/znc
LIB_DEPENDS= libicudata.so:devel/icu
RUN_DEPENDS= znc:irc/znc
-USES= gmake ssl
+USES= compiler:c++11-lang gmake ssl
USE_GITHUB= yes
GH_ACCOUNT= jreese