svn commit: r425960 - head/net-mgmt/mk-livestatus
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Nov 12 15:29:41 UTC 2016
Author: amdmi3
Date: Sat Nov 12 15:29:40 2016
New Revision: 425960
URL: https://svnweb.freebsd.org/changeset/ports/425960
Log:
- Fix build on 9.x by specifying C++ standard requirements
Modified:
head/net-mgmt/mk-livestatus/Makefile
Modified: head/net-mgmt/mk-livestatus/Makefile
==============================================================================
--- head/net-mgmt/mk-livestatus/Makefile Sat Nov 12 15:23:36 2016 (r425959)
+++ head/net-mgmt/mk-livestatus/Makefile Sat Nov 12 15:29:40 2016 (r425960)
@@ -13,7 +13,7 @@ COMMENT= Nagios event broker module
LICENSE= GPLv2
-USES= gmake
+USES= compiler:c++11-lib gmake
GNU_CONFIGURE= yes
OPTIONS_SINGLE= NAGIOS
More information about the svn-ports-all
mailing list