diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 18:48:09 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 19:49:57 +0000 |
commit | 6b6caee7d7c1eaadb42cad0b8b4f34e945987830 (patch) | |
tree | e15c8b4df7523aaf5804ab710c6d51ef1f61e22b | |
parent | acb4e635961994ae4b90ce6f3e166fd7f122f4cd (diff) | |
download | ports-6b6caee7d7c1eaadb42cad0b8b4f34e945987830.tar.gz ports-6b6caee7d7c1eaadb42cad0b8b4f34e945987830.zip |
databases/opentsdb: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | databases/opentsdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/opentsdb/Makefile b/databases/opentsdb/Makefile index 444cd36a8fe6..4ff8735e2df1 100644 --- a/databases/opentsdb/Makefile +++ b/databases/opentsdb/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= bash:shells/bash \ LIB_DEPENDS= libhadoop.so:devel/hadoop2 RUN_DEPENDS= hbase>0:databases/hbase -USES= gmake python shebangfix +USES= cpe gmake python shebangfix USE_JAVA= yes JAVA_VERSION= 1.8+ SHEBANG_FILES= tools/check_tsd tools/opentsdb_restart.py \ |