diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-18 19:18:55 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-18 19:25:54 +0000 |
commit | 3a7947d203e95b84f4e1202037187846c53fe80f (patch) | |
tree | a65f8b02721fcf6ea1279196e7d806523004b079 | |
parent | 315ad0ab711cb24dfb8b1332403622126b863261 (diff) | |
download | ports-3a7947d203e95b84f4e1202037187846c53fe80f.tar.gz ports-3a7947d203e95b84f4e1202037187846c53fe80f.zip |
-rw-r--r-- | dns/libmicrodns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/libmicrodns/Makefile b/dns/libmicrodns/Makefile index c2fc6a5b2dc8..d6cca2599050 100644 --- a/dns/libmicrodns/Makefile +++ b/dns/libmicrodns/Makefile @@ -10,7 +10,8 @@ COMMENT= mDNS library focused on being simple and cross-platform LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 meson tar:xz +USES= compiler:c11 cpe meson tar:xz +CPE_VENDOR= videolabs USE_LDCONFIG= yes MESON_ARGS= -Dexamples=disabled |