diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-01-18 14:06:34 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-01-18 14:06:34 +0000 |
commit | 3f497d4050b9a73dc48eac505660b7134afe7c45 (patch) | |
tree | ebf3c4e3faf6c797edeb4c976eea8c61c0d90118 | |
parent | Update to 4.4.11 release. (diff) |
multimedia/openh264: drop USES=compiler after r473444
-rw-r--r-- | multimedia/openh264/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/openh264/Makefile b/multimedia/openh264/Makefile index d24ef4bc305d..1bf09ce7be5b 100644 --- a/multimedia/openh264/Makefile +++ b/multimedia/openh264/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= cisco -USES= compiler cpe gmake +USES= cpe gmake CPE_VENDOR= cisco USE_LDCONFIG= yes MAKE_ARGS= PREFIX="${PREFIX}" \ |