diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-11 10:08:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-11 10:08:38 +0000 |
commit | 8244fe99bcdbad7a2d0b22d66183394f5ffacd03 (patch) | |
tree | c9a458d29164af55be5bf3330f3f659428ac04ac /net-mgmt/icinga2 | |
parent | 365eb51f267a3ad97ff0d4953b9991547b5b8c45 (diff) | |
download | ports-8244fe99bcdbad7a2d0b22d66183394f5ffacd03.tar.gz ports-8244fe99bcdbad7a2d0b22d66183394f5ffacd03.zip |
Notes
Diffstat (limited to 'net-mgmt/icinga2')
-rw-r--r-- | net-mgmt/icinga2/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile index 705685cac07d..0d88f8001d7b 100644 --- a/net-mgmt/icinga2/Makefile +++ b/net-mgmt/icinga2/Makefile @@ -89,19 +89,10 @@ PLIST_SUB+= DBBACKEND="@comment " PLIST_SUB+= DBBACKEND="" .endif -.if ${OSVERSION} < 1000033 -BUILD_DEPENDS+= flex>=2.5.31:textproc/flex -CMAKE_ARGS+= -DFLEX_EXECUTABLE:STRING=${LOCALBASE}/bin/flex -CXXFLAGS+= -I${LOCALBASE}/include/flex -.endif - post-patch: .for f in ${LINUX_CONFIG} ${REINPLACE_CMD} 's,[Ll]inux,FreeBSD,g' ${WRKSRC}/etc/icinga2/conf.d/${f} .endfor -.if ${OSVERSION} < 1000000 - ${REINPLACE_CMD} 's|,--no-export-dynamic||' ${WRKSRC}/CMakeLists.txt -.endif pre-install: ${FIND} ${WRKSRC}/etc -type f -name "*.conf" -exec ${MV} {} {}.sample \; |