diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-12-22 14:58:37 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-12-22 14:58:37 +0000 |
commit | 023536719979a6ce22144b9e00937d5778aa2aa8 (patch) | |
tree | e40bc05f50f2560149a99042ec153338a07e3c90 /graphics | |
parent | 775d626efec5d93362d53068cad92799ec2d52f4 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphene/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphene/Makefile b/graphics/graphene/Makefile index 4440cb08b6d3..44b472307655 100644 --- a/graphics/graphene/Makefile +++ b/graphics/graphene/Makefile @@ -10,7 +10,7 @@ COMMENT= Optimizations for speeding up vector operations LICENSE= MIT -USES= gnome meson pkgconfig python:3.4+ shebangfix tar:xz +USES= compiler:c11 gnome meson pkgconfig python:3.4+ shebangfix tar:xz USE_GNOME= glib20 pygobject3 USE_LDCONFIG= yes |