aboutsummaryrefslogtreecommitdiff
path: root/textproc/qstardict
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2019-04-09 21:25:11 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2019-04-09 21:25:11 +0000
commit857a8bcf496a0ef72326090a54d80f863e6d58c5 (patch)
tree4df0b08606eeb67b761f092a2e7781007b42defd /textproc/qstardict
parentf63cb90fd2a6f1a18f6b2b527b4449cc58e2ed4a (diff)
downloadports-857a8bcf496a0ef72326090a54d80f863e6d58c5.tar.gz
ports-857a8bcf496a0ef72326090a54d80f863e6d58c5.zip
textproc/qstardict: fix build with GCC-based architectures
PR: 237120 Submitted by: pkubaj@anongoth.pl
Notes
Notes: svn path=/head/; revision=498519
Diffstat (limited to 'textproc/qstardict')
-rw-r--r--textproc/qstardict/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/qstardict/Makefile b/textproc/qstardict/Makefile
index 64b9556f8e68..76f0319e0385 100644
--- a/textproc/qstardict/Makefile
+++ b/textproc/qstardict/Makefile
@@ -13,7 +13,7 @@ COMMENT= Qt based dictionary program (stardict clone)
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gl gnome pkgconfig qmake qt:5 tar:bzip2
+USES= compiler:c++11-lang gl gnome pkgconfig qmake qt:5 tar:bzip2
USE_GL= gl
USE_GNOME= glib20
USE_QT= core dbus gui network printsupport widgets xml \