diff options
| author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-04-09 21:25:11 +0000 |
|---|---|---|
| committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-04-09 21:25:11 +0000 |
| commit | 857a8bcf496a0ef72326090a54d80f863e6d58c5 (patch) | |
| tree | 4df0b08606eeb67b761f092a2e7781007b42defd | |
| parent | sysutils/burp-devel: Update to 2.3.4 (diff) | |
textproc/qstardict: fix build with GCC-based architectures
PR: 237120
Submitted by: pkubaj@anongoth.pl
| -rw-r--r-- | textproc/qstardict/Makefile | 2 |
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 \ |
