aboutsummaryrefslogtreecommitdiff
path: root/databases/kexi
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-02-08 22:50:23 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-02-08 22:50:23 +0000
commit438b3468a76a4e08e23d8288e5a0ae5a80e68707 (patch)
tree10b6ab2104893fd293113c7ad353927bd8067b12 /databases/kexi
parent247ad10f1ad8fd6b67be7affc741d47c1da5a7dd (diff)
downloadports-438b3468a76a4e08e23d8288e5a0ae5a80e68707.tar.gz
ports-438b3468a76a4e08e23d8288e5a0ae5a80e68707.zip
Fix with build on GCC architectures.
PR: 235093 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=492466
Diffstat (limited to 'databases/kexi')
-rw-r--r--databases/kexi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/kexi/Makefile b/databases/kexi/Makefile
index 8ec396fce5a4..b3d8b4ee930d 100644
--- a/databases/kexi/Makefile
+++ b/databases/kexi/Makefile
@@ -14,8 +14,8 @@ LIB_DEPENDS= libKDb3.so:databases/kdb \
libKPropertyCore3.so:x11-toolkits/kproperty \
libKReport3.so:textproc/kreport
-USES= cmake desktop-file-utils gettext iconv \
- kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lang desktop-file-utils gettext \
+ iconv kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= glib20
USE_KDE= auth bookmarks codecs completion config \
configwidgets coreaddons crash ecm guiaddons i18n \