textproc/qstardict: fix build with GCC-based architectures
PR: 237120 Submitted by: pkubaj@anongoth.pl
This commit is contained in:
parent
f63cb90fd2
commit
857a8bcf49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498519
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue