diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-19 16:25:49 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-19 16:25:49 +0000 |
commit | 5c1b0dd91a1a5726c62689e33cd76119496eb9c3 (patch) | |
tree | aba30e179876a60a3d96ce46fff5bcf817afe1ab /graphics/imv | |
parent | f58d5676302cdab98150674a94dd7b8152fdc7ca (diff) |
Notes
Diffstat (limited to 'graphics/imv')
-rw-r--r-- | graphics/imv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile index 41208bc1e833..f3c6d3e5fca4 100644 --- a/graphics/imv/Makefile +++ b/graphics/imv/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= a2x:textproc/asciidoc LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon TEST_DEPENDS= ${LOCALBASE}/lib/libcmocka.so:sysutils/cmocka -USES= desktop-file-utils gettext-runtime gl gmake gnome pkgconfig +USES= compiler:c11 desktop-file-utils gettext-runtime gl gmake gnome \ + pkgconfig USE_GITHUB= yes GH_ACCOUNT= eXeC64 USE_GL= gl |