diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-01 11:00:14 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-01 11:00:14 +0000 |
commit | cdbe03491d203cbb98167bc4351a3a887129b792 (patch) | |
tree | 9c38bd2c152c6cd5f1c01bc2254c40a48ca24728 /editors | |
parent | a10994270691a610a8ccb2b1f34706084700d821 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/quilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/quilter/Makefile b/editors/quilter/Makefile index a3498739b1cc..e54e9d999652 100644 --- a/editors/quilter/Makefile +++ b/editors/quilter/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libgtkspell3-3.so:textproc/gtkspell3 \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 -USES= desktop-file-utils gettext gnome meson pkgconfig python:build +USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig python:build USE_GITHUB= yes GH_ACCOUNT= lainsce USE_GNOME= glib20 gtk30 gtksourceview3 |