diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-08 07:53:49 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-08 07:53:49 +0000 |
commit | b7aa454ab970a2a39a0e220bf5be3ec86a051480 (patch) | |
tree | e6230f9946fd8703aa6b55087104057b12e33b65 /editors/mle | |
parent | b40dd3ec148c62c33546dfb6ab0911fb116a68f7 (diff) | |
download | ports-b7aa454ab970a2a39a0e220bf5be3ec86a051480.tar.gz ports-b7aa454ab970a2a39a0e220bf5be3ec86a051480.zip |
Notes
Diffstat (limited to 'editors/mle')
-rw-r--r-- | editors/mle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mle/Makefile b/editors/mle/Makefile index 1b057b889853..717635c4eb9a 100644 --- a/editors/mle/Makefile +++ b/editors/mle/Makefile @@ -21,7 +21,7 @@ TEST_DEPENDS= ${LOCALBASE}/bin/gpaste:sysutils/coreutils \ bash:shells/bash \ gfind:misc/findutils -USES= gmake localbase:ldflags shebangfix +USES= compiler:c11 gmake localbase:ldflags shebangfix SHEBANG_FILES= tests/func/*.sh tests/run.sh USE_GITHUB= yes GH_ACCOUNT= adsr |