diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-19 09:07:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-19 09:07:45 +0000 |
commit | 19f2b2f8cf8c1912c53c63e8e89d65ce4ab1b078 (patch) | |
tree | 3fb5625ef44b59ccb8124665ed2a055fa5010d4d /net-mgmt/icinga2 | |
parent | e3afb7d544438665b7588169ee83ef3fb3410801 (diff) | |
download | ports-19f2b2f8cf8c1912c53c63e8e89d65ce4ab1b078.tar.gz ports-19f2b2f8cf8c1912c53c63e8e89d65ce4ab1b078.zip |
Notes
Diffstat (limited to 'net-mgmt/icinga2')
-rw-r--r-- | net-mgmt/icinga2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile index d303ce80c040..3a2be91f3e68 100644 --- a/net-mgmt/icinga2/Makefile +++ b/net-mgmt/icinga2/Makefile @@ -10,12 +10,14 @@ MAINTAINER= lme@FreeBSD.org COMMENT= Monitoring and management system for hosts, services and networks LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libyajl.so:devel/yajl RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= does not build +BROKEN_FreeBSD_9= does not configure (Your version of GCC (4.2.1) is too old for building Icinga 2 (GCC >= 4.6.0 is required).) USE_GITHUB= yes GH_ACCOUNT= icinga |