diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-02-09 06:50:23 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-02-09 06:50:23 +0800 |
commit | 1e35339dd38401e8aaadda48775eff69b64f9e40 (patch) | |
tree | 10b6ab2104893fd293113c7ad353927bd8067b12 /audio | |
parent | 14e24b3b114f0c655a77bf8e1f99ba3d7e2c0896 (diff) | |
download | freebsd-ports-gnome-1e35339dd38401e8aaadda48775eff69b64f9e40.tar.gz freebsd-ports-gnome-1e35339dd38401e8aaadda48775eff69b64f9e40.tar.zst freebsd-ports-gnome-1e35339dd38401e8aaadda48775eff69b64f9e40.zip |
Fix with build on GCC architectures.
PR: 235093
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/juk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/juk/Makefile b/audio/juk/Makefile index d549d507a494..cf1d2c1d108b 100644 --- a/audio/juk/Makefile +++ b/audio/juk/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libtag.so:audio/taglib -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash globalaccel i18n iconthemes itemviews \ jobwidgets kio notifications service solid sonnet textwidgets \ |