diff options
author | VinÃcius Zavam <egypcio@FreeBSD.org> | 2019-03-06 12:49:34 +0000 |
---|---|---|
committer | VinÃcius Zavam <egypcio@FreeBSD.org> | 2019-03-06 12:49:34 +0000 |
commit | 7963d8d3c7d84f655b12682ec8fc31e7591b26e0 (patch) | |
tree | 216d3c3450838168a64baee67cad2b01f2a2c42a /net-mgmt/mk-livestatus/Makefile | |
parent | 93ea28c0ce359bb9972d9e6b817a42d61b06ded7 (diff) | |
download | ports-7963d8d3c7d84f655b12682ec8fc31e7591b26e0.tar.gz ports-7963d8d3c7d84f655b12682ec8fc31e7591b26e0.zip |
net-mgmt/mk-livestatus: update 1.2.8p24 to 1.2.8p25
- while here, merge PR 236098.
PR: 236098
Submitted by: Piotr Kubaj <pkubaj % anongoth.pl>
Approved by: rene (mentor)
Sponsored by: IntegriCloud
Differential Revision: https://reviews.freebsd.org/D19364
Notes
Notes:
svn path=/head/; revision=494795
Diffstat (limited to 'net-mgmt/mk-livestatus/Makefile')
-rw-r--r-- | net-mgmt/mk-livestatus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/mk-livestatus/Makefile b/net-mgmt/mk-livestatus/Makefile index 44e1053de8e6..50827a5de628 100644 --- a/net-mgmt/mk-livestatus/Makefile +++ b/net-mgmt/mk-livestatus/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mk-livestatus -PORTVERSION= 1.2.8p24 +PORTVERSION= 1.2.8p25 CATEGORIES= net-mgmt MASTER_SITES= http://mathias-kettner.de/download/ DIST_SUBDIR= check_mk @@ -12,6 +12,8 @@ COMMENT= Nagios event broker module LICENSE= GPLv2 +USES= compiler:c++11-lang + GNU_CONFIGURE= yes PLIST_FILES= lib/mk-livestatus/unixcat \ |