aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2018-10-27 08:17:36 +0800
committerswills <swills@FreeBSD.org>2018-10-27 08:17:36 +0800
commitd13ceb7adeab945b9f13497857bf38b01450275e (patch)
tree5ef91eeca04259587923fbb052ebca0f05e62a6f /irc
parent4116846b727b7d3645515b478e6615dfecf890c7 (diff)
downloadfreebsd-ports-gnome-d13ceb7adeab945b9f13497857bf38b01450275e.tar.gz
freebsd-ports-gnome-d13ceb7adeab945b9f13497857bf38b01450275e.tar.zst
freebsd-ports-gnome-d13ceb7adeab945b9f13497857bf38b01450275e.zip
irc/hexchat: fix build with GCC-based architectures
PR: 232728 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Diffstat (limited to 'irc')
-rw-r--r--irc/hexchat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile
index 0b714919da80..c1246cb8c65a 100644
--- a/irc/hexchat/Makefile
+++ b/irc/hexchat/Makefile
@@ -19,8 +19,8 @@ LIB_DEPENDS= libproxy.so:net/libproxy \
libfreetype.so:print/freetype2
RUN_DEPENDS= ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes
-USES= desktop-file-utils gettext-tools gnome libtool meson ninja \
- pkgconfig shebangfix ssl
+USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome \
+ libtool meson ninja pkgconfig shebangfix ssl
USE_GNOME= cairo gtk20 intltool libxml2
USE_XORG= x11
USE_GITHUB= yes