devel/poxml: fix build with GCC-based architectures
PR: 232423 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
parent
107b4ac565
commit
162c93cc79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482577
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ CATEGORIES= devel kde kde-applications
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Tools to translate Docbook XML using gettext
|
||||
|
||||
USES= cmake:outsource gettext-tools:build,run kde:5 qt:5 tar:xz
|
||||
USES= cmake:outsource compiler:c++11-lang gettext-tools:build,run \
|
||||
kde:5 qt:5 tar:xz
|
||||
USE_KDE= doctools ecm
|
||||
USE_QT= core xml \
|
||||
buildtools_build qmake_build
|
||||
|
|
Loading…
Reference in a new issue