diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-18 19:18:52 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-18 19:25:53 +0000 |
commit | b9bc987168a6d3367853ef0398f5eba0eda8b4bf (patch) | |
tree | f6fddf386c8aa89d1604aed4cf79ddab842563a0 | |
parent | 8e673ae19e02d47ad778404ba4a07c1c1786fe41 (diff) | |
download | ports-b9bc987168a6d3367853ef0398f5eba0eda8b4bf.tar.gz ports-b9bc987168a6d3367853ef0398f5eba0eda8b4bf.zip |
-rw-r--r-- | devel/thrift/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/thrift/Makefile b/devel/thrift/Makefile index 795236526d91..b74be47ca127 100644 --- a/devel/thrift/Makefile +++ b/devel/thrift/Makefile @@ -12,7 +12,8 @@ COMMENT= Framework for scalable cross-language services development LICENSE= APACHE20 -USES= bison cmake compiler:c++11-lang libtool pkgconfig +USES= bison cmake compiler:c++11-lang cpe libtool pkgconfig +CPE_VENDOR= apache USE_LDCONFIG= yes # For C++ support, use devel/thrift-cpp |