aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2019-04-09 15:46:19 +0800
committerKoichiro Iwao <meta@FreeBSD.org>2019-04-09 15:46:19 +0800
commita0939695cb7ce9354c95cfc982d6357b9fc6e1a8 (patch)
treef66d281635b6e7bc583c793d0d3afcefb22bacb0 /deskutils
parentcaaad6b3b395ca9fbe6f2d73463d385820199b43 (diff)
downloadfreebsd-ports-gnome-a0939695cb7ce9354c95cfc982d6357b9fc6e1a8.tar.gz
freebsd-ports-gnome-a0939695cb7ce9354c95cfc982d6357b9fc6e1a8.tar.zst
freebsd-ports-gnome-a0939695cb7ce9354c95cfc982d6357b9fc6e1a8.zip
deskutils/meteo: fix build with GCC-based architectures
PR: 237027 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Hiroki Tagato <tagattie@yandex.com> (maintainer) MFH: 2019Q2
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/meteo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/meteo/Makefile b/deskutils/meteo/Makefile
index 62028038aa60..45024616149d 100644
--- a/deskutils/meteo/Makefile
+++ b/deskutils/meteo/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= libappindicator3.so:devel/libappindicator \
libgeocode-glib.so:net/geocode-glib \
libwebkit2gtk-4.0.so:www/webkit2-gtk3
-USES= desktop-file-utils gettext gnome meson pkgconfig \
+USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig \
python:3.5+,build shebangfix
USE_GITLAB= yes